Home
last modified time | relevance | path

Searched refs:srcName (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java1102 public static Drawable createFromStream(InputStream is, String srcName) { in createFromStream() argument
1103 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromStream()
1105 return createFromResourceStream(null, null, is, srcName); in createFromStream()
1116 InputStream is, String srcName) { in createFromResourceStream() argument
1117 Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable"); in createFromResourceStream()
1119 return createFromResourceStream(res, value, is, srcName, null); in createFromResourceStream()
1130 InputStream is, String srcName, BitmapFactory.Options opts) { in createFromResourceStream() argument
1162 return drawableFromBitmap(res, bm, np, pad, opticalInsets, srcName); in createFromResourceStream()
1393 Rect pad, Rect layoutBounds, String srcName) { in drawableFromBitmap() argument
1396 return new NinePatchDrawable(res, bm, np, pad, layoutBounds, srcName); in drawableFromBitmap()
DNinePatchDrawable.java100 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/
DNinePatch.java111 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { in NinePatch() argument
113 mSrcName = srcName; in NinePatch()
/frameworks/native/cmds/rawbu/
Dbackup.cpp197 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/
DPackage.cpp292 const String8& srcName = file->getSourceFile(); in processFile() local
294 fileModWhen = getFileModDate(srcName.string()); in processFile()
DResource.cpp2788 const char* pkg, const String8& srcName, int line) in addProguardKeepRule() argument
2812 location += srcName; in addProguardKeepRule()
2822 const char* /* pkg */, const String8& srcName, int line) in addProguardKeepMethodRule() argument
2829 location += srcName; in addProguardKeepMethodRule()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31Ext.spec15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint sr…
DGLES32.spec2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY,…
/frameworks/base/opengl/java/android/opengl/
DGLES31Ext.java414 int srcName, in glCopyImageSubDataEXT() argument
DGLES32.java250 int srcName, in glCopyImageSubData() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES31Ext.cpp722 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII() argument
724 (GLuint)srcName, in android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII()
Dandroid_opengl_GLES32.cpp453 …(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, j… in android_glCopyImageSubData__IIIIIIIIIIIIIII() argument
455 (GLuint)srcName, in android_glCopyImageSubData__IIIIIIIIIIIIIII()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in58 void API_ENTRY(glCopyImageSubDataOES)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
59 …CALL_GL_API(glCopyImageSubDataOES, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
295 void API_ENTRY(glCopyImageSubDataEXT)(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
296 …CALL_GL_API(glCopyImageSubDataEXT, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTar…
Dgl2_api.in946 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/
Dgl2ext.h280 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (GLuint srcName, GLenum srcTarget, GLint s…
282 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (GLuint srcName, GLenum srcTarget, GLint srcLevel…
1105 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAEXTPROC) (GLuint srcName, GLenum srcTarget, GLint s…
1107 GL_APICALL void GL_APIENTRY glCopyImageSubDataEXT (GLuint srcName, GLenum srcTarget, GLint srcLevel…
/frameworks/native/opengl/libs/
Dentries.in107 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GL…
108 GL_ENTRY(void, glCopyImageSubDataEXT, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
109 GL_ENTRY(void, glCopyImageSubDataOES, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX,…
/frameworks/native/opengl/include/GLES3/
Dgl32.h1734 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…