Home
last modified time | relevance | path

Searched refs:glCompressedTexSubImage2D (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/angle/tests/angle_tests/
DCompressedTextureTest.cpp139glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, pixel_0_width, pixel_0_height, GL_COMPRESSED_RGB… in TEST_F()
140glCompressedTexSubImage2D(GL_TEXTURE_2D, 1, 0, 0, pixel_1_width, pixel_1_height, GL_COMPRESSED_RGB… in TEST_F()
141glCompressedTexSubImage2D(GL_TEXTURE_2D, 2, 0, 0, pixel_2_width, pixel_2_height, GL_COMPRESSED_RGB… in TEST_F()
142glCompressedTexSubImage2D(GL_TEXTURE_2D, 3, 0, 0, pixel_3_width, pixel_3_height, GL_COMPRESSED_RGB… in TEST_F()
143glCompressedTexSubImage2D(GL_TEXTURE_2D, 4, 0, 0, pixel_4_width, pixel_4_height, GL_COMPRESSED_RGB… in TEST_F()
144glCompressedTexSubImage2D(GL_TEXTURE_2D, 5, 0, 0, pixel_5_width, pixel_5_height, GL_COMPRESSED_RGB… in TEST_F()
145glCompressedTexSubImage2D(GL_TEXTURE_2D, 6, 0, 0, pixel_6_width, pixel_6_height, GL_COMPRESSED_RGB… in TEST_F()
146glCompressedTexSubImage2D(GL_TEXTURE_2D, 7, 0, 0, pixel_7_width, pixel_7_height, GL_COMPRESSED_RGB… in TEST_F()
147glCompressedTexSubImage2D(GL_TEXTURE_2D, 8, 0, 0, pixel_8_width, pixel_8_height, GL_COMPRESSED_RGB… in TEST_F()
148glCompressedTexSubImage2D(GL_TEXTURE_2D, 9, 0, 0, pixel_9_width, pixel_9_height, GL_COMPRESSED_RGB… in TEST_F()
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp1982 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2009 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2035 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2061 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2065 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2069 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2073 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2077 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2081 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2108 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp1763 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init()
1774 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init()
1779glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init()
1784glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init()
1789glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1791glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1793glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1810 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init()
1817 glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init()
1836glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_… in init()
[all …]
/external/deqp/framework/egl/
DegluStaticES20Library.inl26 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp1784 ctx.glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d()
1795 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d()
1800 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d()
1805 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d()
1810 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1812 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1814 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1832 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level()
1839 ctx.glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level()
1859 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_E… in compressedtexsubimage2d_max_level()
[all …]
/external/chromium_org/third_party/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp52 return (GrGLFuncPtr) glCompressedTexSubImage2D; in android_get_gl_proc()
246 return (GrGLFuncPtr) glCompressedTexSubImage2D; in android_get_gl_proc()
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def25 glCompressedTexSubImage2D @23
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp34 functions->fCompressedTexSubImage2D = glCompressedTexSubImage2D; in GrGLCreateNativeInterface()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl26 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
DglwInitES30Direct.inl26 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
DglwInitES20.inl26 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitES30.inl26 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
/external/chromium_org/third_party/mesa/src/docs/
DRELNOTES-4.059 glCompressedTexSubImage2D
/external/mesa3d/docs/
DRELNOTES-4.059 glCompressedTexSubImage2D
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp47 functions->fCompressedTexSubImage2D = glCompressedTexSubImage2D; in create_es_interface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h38 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D) macro
/external/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h512 #define glCompressedTexSubImage2D GLES2_GET_FUN(CompressedTexSubImage2D) macro
661 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def493 glCompressedTexSubImage2D
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
Dmesa.def493 glCompressedTexSubImage2D
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java146 public void glCompressedTexSubImage2D(int target, int level, in glCompressedTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL
149 ((GL10)mGL).glCompressedTexSubImage2D( target, level, in glCompressedTexSubImage2D()
/external/deqp/doc/
DGLES2 Negative API Functions.txt167 o glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei widt…
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp70 …void glCompressedTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int wid…
/external/chromium_org/third_party/angle/include/GLES2/
Dgl2.h495 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…
/external/mesa3d/include/GLES/
Dgl.h651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint…
/external/mesa3d/include/GLES2/
Dgl2.h496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xo…

123