/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 922 public static Drawable createFromStream(InputStream is, String srcName) { in createFromStream() argument 923 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromStream() 925 return createFromResourceStream(null, null, is, srcName); in createFromStream() 936 InputStream is, String srcName) { in createFromResourceStream() argument 937 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromResourceStream() 939 return createFromResourceStream(res, value, is, srcName, null); in createFromResourceStream() 950 InputStream is, String srcName, BitmapFactory.Options opts) { in createFromResourceStream() argument 983 return drawableFromBitmap(res, bm, np, pad, opticalInsets, srcName); in createFromResourceStream() 1241 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument 1244 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()
|
D | NinePatchDrawable.java | 92 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { in NinePatchDrawable() argument 93 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null, null); in NinePatchDrawable() 101 Rect padding, String srcName) { in NinePatchDrawable() argument 102 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res, null); in NinePatchDrawable() 113 Rect padding, Rect opticalInsets, String srcName) { in NinePatchDrawable() argument 114 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding, opticalInsets), in NinePatchDrawable()
|
/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 98 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { in NinePatch() argument 100 mSrcName = srcName; in NinePatch()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 197 const char* srcName) in copy_file() argument 207 if (srcName != NULL) { in copy_file() 209 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 | 2670 const char* pkg, const String8& srcName, int line) in addProguardKeepRule() argument 2694 location += srcName; in addProguardKeepRule() 2704 const char* pkg, const String8& srcName, int line) in addProguardKeepMethodRule() argument 2711 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…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 414 int srcName, in glCopyImageSubDataEXT() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 610 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument 612 (GLuint)srcName, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 175 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,… 176 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 717 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint s… 719 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
|
/frameworks/native/opengl/libs/ |
D | trace.in | 91 …srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLe…
|
D | entries.in | 91 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 399 void GLTrace_glCopyImageSubDataEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
|
D | gltrace_api.cpp | 16203 void GLTrace_glCopyImageSubDataEXT(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL… in GLTrace_glCopyImageSubDataEXT() argument 16213 arg_srcName->add_intvalue(srcName); in GLTrace_glCopyImageSubDataEXT() 16302 …glContext->hooks->gl.glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName… in GLTrace_glCopyImageSubDataEXT()
|