Home
last modified time | relevance | path

Searched refs:CompressedTexSubImage2D (Results 1 – 21 of 21) sorted by relevance

/external/angle/extensions/
DANGLE_compressed_texture_etc.txt29 <format> parameter of CompressedTexSubImage2D:
51 CompressedTexImage2D or the <format> parameter of CompressedTexSubImage2D is
59 CompressedTexImage2D or the <format> paremeter of CompressedTexSubImage2D is
DANGLE_texture_compression_dxt.txt68 and the <format> parameter of CompressedTexSubImage2D:
103 (at the end of the description of the CompressedTexSubImage2D command):
108 along 4x4 texel boundaries, the limitations of CompressedTexSubImage2D
109 are relaxed. CompressedTexSubImage2D will result in an INVALID_OPERATION
139 INVALID_OPERATION is generated by CompressedTexSubImage2D if <format>
DANGLE_lossy_etc_decode.txt69 and the <format> parameter of CompressedTexSubImage2D:
119 (at the end of the description of the CompressedTexSubImage2D command):
125 non-aligned regions. CompressedTexSubImage2D will result in an
143 INVALID_OPERATION is generated by CompressedTexSubImage2D if
DANGLE_robust_client_memory.txt74 …void CompressedTexSubImage2D(enum target, int level, int xoffset, int yoffset, sizei width, sizei …
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp78 GET_PROC(CompressedTexSubImage2D); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp71 GET_PROC(CompressedTexSubImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp74 GET_PROC(CompressedTexSubImage2D); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp1101 error = GL_ALLOC_CALL(CompressedTexSubImage2D(target, in uploadCompressedTexData()
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp432 TEST_P(GLES1CovglTest, CompressedTexSubImage2D) in TEST_P() argument
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp115 GET_PROC(CompressedTexSubImage2D); in GrGLMakeAssembledGLInterface()
492 GET_PROC(CompressedTexSubImage2D); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp1089 GR_GL_CALL(&interface, CompressedTexSubImage2D(target, in allocate_and_populate_compressed_texture()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp184 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, …
695 …return es1::CompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageS… in glCompressedTexSubImage2D()
1450 this->glCompressedTexSubImage2D = es1::CompressedTexSubImage2D; in LibGLES_CMexports()
DlibGLES_CM.cpp741 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, … in CompressedTexSubImage2D() function
/external/skia/tools/gpu/gl/interface/
Dinterface.json528 "CompressedTexSubImage2D", "CopyTexSubImage2D", "CreateProgram", "CreateShader",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1011 { "glCompressedTexSubImage2D", _O(CompressedTexSubImage2D) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp157 …return gl::CompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSi… in glCompressedTexSubImage2D()
1568 this->glCompressedTexSubImage2D = gl::CompressedTexSubImage2D; in LibGLESv2exports()
Dentry_points.h48 …void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset,…
DlibGLESv2.cpp789 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, … in CompressedTexSubImage2D() function
6323 FUNCTION(CompressedTexSubImage2D), in es2GetProcAddress()
/external/mesa3d/docs/_extra/specs/
DMESA_texture_array.spec106 CompressedTexSubImage2D, GetTexLevelParameteriv, and
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp610 ANGLE_CAPTURE(CompressedTexSubImage2D, isCallValid, context, targetPacked, level, xoffset, in GL_CompressedTexSubImage2D()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp8182 ANGLE_CAPTURE(CompressedTexSubImage2D, isCallValid, context, targetPacked, level, xoffset, in GL_CompressedTexSubImage2D()