/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 1215 public static Drawable createFromStream(InputStream is, String srcName) { in createFromStream() argument 1216 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromStream() 1218 return createFromResourceStream(null, null, is, srcName); in createFromStream() 1229 InputStream is, String srcName) { in createFromResourceStream() argument 1230 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromResourceStream() 1232 return createFromResourceStream(res, value, is, srcName, null); in createFromResourceStream() 1246 @Nullable TypedValue value, @Nullable InputStream is, @Nullable String srcName, in createFromResourceStream() argument 1282 return drawableFromBitmap(res, bm, np, pad, opticalInsets, srcName); in createFromResourceStream() 1570 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument 1573 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()
|
D | NinePatchDrawable.java | 100 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() argument 101 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null); in NinePatchDrawable() 109 Rect padding, String srcName) { in NinePatchDrawable() argument 110 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res); in NinePatchDrawable() 120 Rect padding, Rect opticalInsets, String srcName) { in NinePatchDrawable() argument 121 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding, opticalInsets), in NinePatchDrawable()
|
/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 116 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { in NinePatch() argument 118 mSrcName = srcName; in NinePatch()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 196 const char* srcName) in copy_file() argument 206 if (srcName != nullptr) { in copy_file() 208 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF"); in copy_file()
|
/frameworks/base/tools/aapt/ |
D | Package.cpp | 292 const String8& srcName = file->getSourceFile(); in processFile() local 294 fileModWhen = getFileModDate(srcName.string()); in processFile()
|
D | Resource.cpp | 2952 const char* pkg, const String8& srcName, int line) in addProguardKeepRule() argument 2976 location += srcName; in addProguardKeepRule() 2986 const char* /* pkg */, const String8& srcName, int line) in addProguardKeepMethodRule() argument 2993 location += srcName; in addProguardKeepMethodRule()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint sr…
|
D | GLES32.spec | 2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 414 int srcName, in glCopyImageSubDataEXT() argument
|
D | GLES32.java | 250 int srcName, in glCopyImageSubData() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 714 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 716 (GLuint)srcName, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
D | android_opengl_GLES32.cpp | 431 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument 433 (GLuint)srcName, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_stubs.in | 946 void API_ENTRY(glCopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… 947 …CALL_GL_API(glCopyImageSubData, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget… 1132 void API_ENTRY(glCopyImageSubDataOES)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 1133 …CALL_GL_API(glCopyImageSubDataOES, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar… 1285 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 1286 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
D | gles_decls.in | 316 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… 378 GL_ENTRY(void, glCopyImageSubDataOES, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 429 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 61 void API_ENTRY(glCopyImageSubDataOES)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 62 …CALL_GL_API(glCopyImageSubDataOES, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar… 340 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 341 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
D | gl2_api.in | 946 void API_ENTRY(glCopyImageSubData)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… 947 …CALL_GL_API(glCopyImageSubData, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 288 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint s… 290 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel… 1198 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint s… 1200 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 114 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… 115 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 116 GL_ENTRY(void, glCopyImageSubDataOES, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1734 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAPROC) (GLuint srcName, GLenum srcTarget, GLint srcL… 1779 GL_APICALL void GL_APIENTRY glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, G…
|