Searched refs:compressedTextureSubImage2D (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 130 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 D | DispatchTableGL_autogen.h | 629 PFNGLCOMPRESSEDTEXTURESUBIMAGE2DPROC compressedTextureSubImage2D = nullptr; variable
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 4585 …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 D | gl4cBufferStorageTests.cpp | 2754 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 D | glwFunctions.inl | 102 glCompressedTextureSubImage2DFunc compressedTextureSubImage2D; variable
|
H A D | glwInitGL45.inl | 83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
H A D | glwInitGL46.inl | 83 gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
H A D | glwInitExtGL.inl | 628 …gl->compressedTextureSubImage2D = (glCompressedTextureSubImage2DFunc) loader->get("glCompre…
|
H A D | glwImpl.inl | 780 …gl->compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSize…
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 102 gl->compressedTextureSubImage2D = glCompressedTextureSubImage2D;
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.inl | 695 …m_gl.compressedTextureSubImage2D(texture, level, xoffset, yoffset, width, height, format, imageSiz…
|