Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp130 ASSIGN("glCompressedTextureSubImage2D", compressedTextureSubImage2D); in initProcsDesktopGL()
914 ASSIGN("glCompressedTextureSubImage2DEXT", compressedTextureSubImage2D); in initProcsDesktopGL()
1884 ASSIGN("glCompressedTextureSubImage2D", compressedTextureSubImage2D); in initProcsDesktopGL()
3008 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
3791 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
4760 compressedTextureSubImage2D = &glCompressedTextureSubImage2DNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h629 PFNGLCOMPRESSEDTEXTURESUBIMAGE2DPROC compressedTextureSubImage2D = nullptr; variable
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp4585 …gl.compressedTextureSubImage2D(m_to, 0, s_texture_width * x, s_texture_height * y, s_texture_width, in CompressedTextureSubImage()
10681 … gl.compressedTextureSubImage2D(m_to_invalid, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10693 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10705 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10717 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10736 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10758 … gl.compressedTextureSubImage2D(m_to_2D_compressed, 0, 0, 0, s_reference_width, s_reference_height, in Test2DCompressed()
10774 …gl.compressedTextureSubImage2D(m_to_rectangle_compressed, 0, 0, 0, s_reference_width, s_reference_… in Test2DCompressed()
H A Dgl4cBufferStorageTests.cpp2754 if (0 != gl.compressedTextureSubImage2D) in verifyTestedOperation()
2756 … gl.compressedTextureSubImage2D(texture.m_id, 0 /* level */, 0 /* x */, 0 /* y */, 8 /* width */, in verifyTestedOperation()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl102 glCompressedTextureSubImage2DFunc compressedTextureSubImage2D; variable
H A DglwInitGL45.inl83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
H A DglwInitGL46.inl83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
H A DglwInitExtGL.inl628 …gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
H A DglwImpl.inl780 …gl->compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSize…
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl102 gl->compressedTextureSubImage2D = glCompressedTextureSubImage2D;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl695 …m_gl.compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSiz…