Home
last modified time | relevance | path

Searched refs:compressedTextureSubImage2D (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp130 ASSIGN("glCompressedTextureSubImage2D", compressedTextureSubImage2D); in initProcsDesktopGL()
909 ASSIGN("glCompressedTextureSubImage2DEXT", compressedTextureSubImage2D); in initProcsDesktopGL()
1821 ASSIGN("glCompressedTextureSubImage2D", compressedTextureSubImage2D); in initProcsDesktopGL()
2919 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
3697 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
4608 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h629 PFNGLCOMPRESSEDTEXTURESUBIMAGE2DPROC compressedTextureSubImage2D = nullptr; variable
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h184 void compressedTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, \
DContext_gl.cpp2949 void Context::compressedTextureSubImage2D(TextureID texture, in compressedTextureSubImage2D() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl102 glCompressedTextureSubImage2DFunc compressedTextureSubImage2D; variable
DglwInitGL45.inl83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
DglwInitGL46.inl83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
DglwInitExtGL.inl618 …gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
DglwImpl.inl780 …gl->compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSize…
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp4853 …gl.compressedTextureSubImage2D(m_to, 0, s_texture_width * x, s_texture_height * y, s_texture_width, in CompressedTextureSubImage()
10971 gl.compressedTextureSubImage2D(m_to_invalid, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10983 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10995 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
11007 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
11026 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
11048 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
11064 …gl.compressedTextureSubImage2D(m_to_rectangle_compressed, 0, 0, 0, s_reference_width, s_reference_… in Test2DCompressed()
Dgl4cBufferStorageTests.cpp2755 if (0 != gl.compressedTextureSubImage2D) in verifyTestedOperation()
2757 gl.compressedTextureSubImage2D(texture.m_id, 0 /* level */, 0 /* x */, 0 /* y */, 8 /* width */, in verifyTestedOperation()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl102 gl->compressedTextureSubImage2D = glCompressedTextureSubImage2D;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h251 …virtual GrGLvoid compressedTextureSubImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrG… in compressedTextureSubImage2D() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6154 context->compressedTextureSubImage2D(texturePacked, level, xoffset, yoffset, width, in GL_CompressedTextureSubImage2D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl695 …m_gl.compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSiz…