/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 98 public static void texImage2D(int target, int level, int internalformat, in texImage2D() argument 106 if (native_texImage2D(target, level, internalformat, bitmap, -1, border) != 0) { in texImage2D() 124 public static void texImage2D(int target, int level, int internalformat, in texImage2D() argument 132 if (native_texImage2D(target, level, internalformat, bitmap, type, border) != 0) { in texImage2D() 266 private static native int native_texImage2D(int target, int level, int internalformat, in native_texImage2D() argument
|
D | GLES30.java | 371 int internalformat, in glTexImage3D() argument 386 int internalformat, in glTexImage3D() argument 447 int internalformat, in glCompressedTexImage3D() argument 461 int internalformat, in glCompressedTexImage3D() argument 751 int internalformat, in glRenderbufferStorageMultisample() argument 1780 int internalformat, in glTexStorage2D() argument 1790 int internalformat, in glTexStorage3D() argument 1800 int internalformat, in glGetInternalformativ() argument 1811 int internalformat, in glGetInternalformativ() argument
|
D | GLES31Ext.java | 404 int internalformat, in glTexStorage3DMultisampleOES() argument 664 int internalformat, in glTexBufferEXT() argument 672 int internalformat, in glTexBufferRangeEXT() argument
|
D | GLES32.java | 759 int internalformat, in glTexBuffer() argument 767 int internalformat, in glTexBufferRange() argument 778 int internalformat, in glTexStorage3DMultisample() argument
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 178 void API_ENTRY(glRenderbufferStorageOES)(GLenum target, GLenum internalformat, GLsizei width, GLsiz… 179 CALL_GL_API(glRenderbufferStorageOES, target, internalformat, width, height); 289 …ufferStorageMultisampleAPPLE)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 290 …CALL_GL_API(glRenderbufferStorageMultisampleAPPLE, target, samples, internalformat, width, height); 340 …rbufferStorageMultisampleEXT)(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 341 … CALL_GL_API(glRenderbufferStorageMultisampleEXT, target, samples, internalformat, width, height); 358 void API_ENTRY(glTexStorage1DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 359 CALL_GL_API(glTexStorage1DEXT, target, levels, internalformat, width); 361 void API_ENTRY(glTexStorage2DEXT)(GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 362 CALL_GL_API(glTexStorage2DEXT, target, levels, internalformat, width, height); [all …]
|
D | gl_api.in | 166 void API_ENTRY(glCompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei w… 167 …CALL_GL_API(glCompressedTexImage2D, target, level, internalformat, width, height, border, imageSiz… 172 void API_ENTRY(glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint … 173 CALL_GL_API(glCopyTexImage2D, target, level, internalformat, x, y, width, height, border); 406 void API_ENTRY(glTexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsiz… 407 …CALL_GL_API(glTexImage2D, target, level, internalformat, width, height, border, format, type, pixe…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 4 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height… 5 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height… 9 void glCompressedTexImage3D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 10 void glCompressedTexImage3D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 30 void glRenderbufferStorageMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsi… 108 void glTexStorage2D ( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei … 109 void glTexStorage3D ( GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei … 110 void glGetInternalformativ ( GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, G…
|
D | GLES31Ext.spec | 14 void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei … 35 void glTexBufferEXT ( GLenum target, GLenum internalformat, GLuint buffer ) 36 void glTexBufferRangeEXT ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GL…
|
D | GLES32.spec | 42 void glTexBuffer ( GLenum target, GLenum internalformat, GLuint buffer ) 43 void glTexBufferRange ( GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsiz… 44 void glTexStorage3DMultisample ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei wid…
|
D | GLES20.spec | 22 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize… 96 void glRenderbufferStorage ( GLenum target, GLenum internalformat, GLsizei width, GLsizei height ) 107 void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height…
|
D | GLES10.spec | 17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize… 99 void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height…
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 629 static bool checkInternalFormat(int32_t bitmapFormat, int internalformat, int type) in checkInternalFormat() argument 631 if (internalformat == GL_PALETTE8_RGBA8_OES) { in checkInternalFormat() 636 return (type == GL_UNSIGNED_BYTE && internalformat == GL_RGBA) || in checkInternalFormat() 637 (type == GL_UNSIGNED_BYTE && internalformat == GL_SRGB8_ALPHA8); in checkInternalFormat() 639 return (type == GL_UNSIGNED_BYTE && internalformat == GL_ALPHA); in checkInternalFormat() 641 return (type == GL_UNSIGNED_SHORT_4_4_4_4 && internalformat == GL_RGBA); in checkInternalFormat() 643 return (type == GL_UNSIGNED_SHORT_5_6_5 && internalformat == GL_RGB); in checkInternalFormat() 645 return (type == GL_HALF_FLOAT && internalformat == GL_RGBA16F); in checkInternalFormat() 714 jint internalformat, jobject bitmapObj, jint type, jint border) in util_texImage2D() argument 719 if (internalformat < 0) { in util_texImage2D() [all …]
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 294 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLenum internalformat, … 310 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei wid… 532 …STORAGEMULTISAMPLEAPPLEPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 535 …ufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 647 …ERSTORAGEMULTISAMPLEEXTPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 650 …rbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 735 …RYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width… 736 …RYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width… 737 …RYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width… 738 …AGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width… [all …]
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 8 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi… 26 void glRenderbufferStorageOES ( GLint target, GLint internalformat, GLint width, GLint height )
|
D | glspec-1.0 | 17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLs… 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize… 99 void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height…
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 148 int internalformat, in glCompressedTexImage2D() argument 159 int internalformat, in glCopyTexImage2D() argument 322 int internalformat, in glRenderbufferStorageOES() argument
|
D | GL10.java | 350 int internalformat, in glCompressedTexImage2D() argument 373 int internalformat, in glCopyTexImage2D() argument 913 int internalformat, in glTexImage2D() argument
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 127 void API_ENTRY(glTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsizei width, G… 128 …CALL_GL_API(glTexImage3DOES, target, level, internalformat, width, height, depth, border, format, … 136 void API_ENTRY(glCompressedTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsize… 137 …CALL_GL_API(glCompressedTexImage3DOES, target, level, internalformat, width, height, depth, border… 169 void API_ENTRY(glTexBufferOES)(GLenum target, GLenum internalformat, GLuint buffer) { 170 CALL_GL_API(glTexBufferOES, target, internalformat, buffer); 172 void API_ENTRY(glTexBufferRangeOES)(GLenum target, GLenum internalformat, GLuint buffer, GLintptr o… 173 CALL_GL_API(glTexBufferRangeOES, target, internalformat, buffer, offset, size); 175 void API_ENTRY(glTexStorage3DMultisampleOES)(GLenum target, GLsizei samples, GLenum internalformat,… 176 …CALL_GL_API(glTexStorage3DMultisampleOES, target, samples, internalformat, width, height, depth, f… [all …]
|
D | gl2_api.in | 64 void API_ENTRY(glCompressedTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLsizei w… 65 …CALL_GL_API(glCompressedTexImage2D, target, level, internalformat, width, height, border, imageSiz… 70 void API_ENTRY(glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint … 71 CALL_GL_API(glCopyTexImage2D, target, level, internalformat, x, y, width, height, border); 283 void API_ENTRY(glRenderbufferStorage)(GLenum target, GLenum internalformat, GLsizei width, GLsizei … 284 CALL_GL_API(glRenderbufferStorage, target, internalformat, width, height); 316 void API_ENTRY(glTexImage2D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsiz… 317 …CALL_GL_API(glTexImage2D, target, level, internalformat, width, height, border, format, type, pixe… 433 void API_ENTRY(glTexImage3D)(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsiz… 434 …CALL_GL_API(glTexImage3D, target, level, internalformat, width, height, depth, border, format, typ… [all …]
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 40 GL_ENTRY(void, glCompressedTexImage2D, GLenum target, GLint level, GLenum internalformat, GLsizei w… 42 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint … 238 …ufferStorageMultisampleAPPLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 239 …rbufferStorageMultisampleEXT, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 240 …rbufferStorageMultisampleIMG, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 241 GL_ENTRY(void, glRenderbufferStorageOES, GLenum target, GLenum internalformat, GLsizei width, GLsiz… 275 GL_ENTRY(void, glTexImage2D, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsiz… 284 GL_ENTRY(void, glTexStorage1DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 285 GL_ENTRY(void, glTexStorage2DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… 286 GL_ENTRY(void, glTexStorage3DEXT, GLenum target, GLsizei levels, GLenum internalformat, GLsizei wid… [all …]
|
D | entries.in | 105 GL_ENTRY(void, glCompressedTexImage2D, GLenum target, GLint level, GLenum internalformat, GLsizei w… 106 GL_ENTRY(void, glCompressedTexImage3D, GLenum target, GLint level, GLenum internalformat, GLsizei w… 107 GL_ENTRY(void, glCompressedTexImage3DOES, GLenum target, GLint level, GLenum internalformat, GLsize… 118 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint … 369 GL_ENTRY(void, glGetInternalformatSampleivNV, GLenum target, GLenum internalformat, GLsizei samples… 370 GL_ENTRY(void, glGetInternalformativ, GLenum target, GLenum internalformat, GLenum pname, GLsizei b… 781 GL_ENTRY(void, glRenderbufferStorage, GLenum target, GLenum internalformat, GLsizei width, GLsizei … 782 …nderbufferStorageMultisample, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 783 …ufferStorageMultisampleANGLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 784 …ufferStorageMultisampleAPPLE, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… [all …]
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 404 …P PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… 406 …IENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLin… 477 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLs… 488 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, … 547 …_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width… 549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL… 620 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei wi… 631 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei… 997 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, … 1000 …P PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… [all …]
|
D | gl32.h | 406 …P PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… 408 …IENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLin… 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLs… 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, … 549 …_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width… 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL… 622 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei wi… 633 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei… 999 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, … 1002 …P PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… [all …]
|
D | gl31.h | 406 …P PFNGLCOMPRESSEDTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… 408 …IENTRYP PFNGLCOPYTEXIMAGE2DPROC) (GLenum target, GLint level, GLenum internalformat, GLint x, GLin… 479 typedef void (GL_APIENTRYP PFNGLRENDERBUFFERSTORAGEPROC) (GLenum target, GLenum internalformat, GLs… 490 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, … 549 …_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width… 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL… 622 GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei wi… 633 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei… 999 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, … 1002 …P PFNGLCOMPRESSEDTEXIMAGE3DPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… [all …]
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 584 …PIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… 587 …FNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width… 591 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLs… 594 …IENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width… 640 typedef void (GL_APIENTRYP PFNGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buf… 641 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuin… 643 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer); 644 GL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffe… 719 …STORAGE3DMULTISAMPLEOESPROC) (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… 721 …glTexStorage3DMultisampleOES (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width… [all …]
|