/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 130 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()
|
D | DispatchTableGL_autogen.h | 629 PFNGLCOMPRESSEDTEXTURESUBIMAGE2DPROC compressedTextureSubImage2D = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 184 void compressedTextureSubImage2D(TextureID texturePacked, GLint level, GLint xoffset, \
|
D | Context_gl.cpp | 2949 void Context::compressedTextureSubImage2D(TextureID texture, in compressedTextureSubImage2D() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 102 glCompressedTextureSubImage2DFunc compressedTextureSubImage2D; variable
|
D | glwInitGL45.inl | 83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
D | glwInitGL46.inl | 83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
D | glwInitExtGL.inl | 618 …gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
D | glwImpl.inl | 780 …gl->compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSize…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 4853 …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()
|
D | gl4cBufferStorageTests.cpp | 2755 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/ |
D | tcuNullRenderContextInitFuncs.inl | 102 gl->compressedTextureSubImage2D = glCompressedTextureSubImage2D;
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 251 …virtual GrGLvoid compressedTextureSubImage2D(GrGLuint texture, GrGLenum target, GrGLint level, GrG… in compressedTextureSubImage2D() function
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6154 context->compressedTextureSubImage2D(texturePacked, level, xoffset, yoffset, width, in GL_CompressedTextureSubImage2D()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 695 …m_gl.compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSiz…
|