Home
last modified time | relevance | path

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

12

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp1976 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2002 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2028 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2032 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2036 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2040 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2044 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2048 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2075 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2102 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp1840 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init()
1851 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in init()
1856glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init()
1861glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacData… in init()
1866glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1868glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1870glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacDataS… in init()
1887 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init()
1894 glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in init()
1913glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_… in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp1790 ctx.glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d()
1801 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, GL_COMPRESSED_RGB8_ETC2, 0, 0); in compressedtexsubimage2d()
1806 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 4, 0, 10, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d()
1811 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 4, 4, 10, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2Eac… in compressedtexsubimage2d()
1816 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1818 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 0, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1820 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 1, 1, 4, 4, GL_COMPRESSED_RGBA8_ETC2_EAC, etc2EacD… in compressedtexsubimage2d()
1838 ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level()
1845 ctx.glCompressedTexSubImage2D(faceGL, -1, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_ETC2_EAC, 0, 0); in compressedtexsubimage2d_neg_level()
1865 …ctx.glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, GL_COMPRESSED_RGBA8_E… in compressedtexsubimage2d_max_level()
[all …]
/external/deqp/framework/egl/
DegluStaticES20Library.inl28 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
DegluStaticES30Library.inl42 { "glCompressedTexSubImage2D", (deFunctionPtr)glCompressedTexSubImage2D },
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp54 return (GrGLFuncPtr) glCompressedTexSubImage2D; in android_get_gl_proc()
/external/mesa3d/docs/
DRELNOTES-4.059 glCompressedTexSubImage2D
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl28 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
DglwInitES30Direct.inl42 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
DglwInitES20.inl28 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitES31Direct.inl46 gl->compressedTexSubImage2D = &glCompressedTexSubImage2D;
DglwInitES30.inl42 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitGL30.inl45 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitGL31.inl45 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitES31.inl46 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
DglwInitGL32.inl46 …ssedTexSubImage2D = (glCompressedTexSubImage2DFunc) loader->get("glCompressedTexSubImage2D");
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl70 "glCompressedTexSubImage2D",
217 "glCompressedTexSubImage2D",
/external/mesa3d/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…
DGLES3 Negative API Functions.txt275 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/mesa3d/include/GLES2/
Dgl2.h496 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/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl81 gl->compressedTexSubImage2D = glCompressedTexSubImage2D;

12