Home
last modified time | relevance | path

Searched refs:getCompressedTextureSubImage (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp305 ASSIGN("glGetCompressedTextureSubImage", getCompressedTextureSubImage); in initProcsDesktopGL()
1904 ASSIGN("glGetCompressedTextureSubImage", getCompressedTextureSubImage); in initProcsDesktopGL()
3182 getCompressedTextureSubImage = &glGetCompressedTextureSubImageNULL; in initProcsDesktopGLNULL()
4780 getCompressedTextureSubImage = &glGetCompressedTextureSubImageNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h649 PFNGLGETCOMPRESSEDTEXTURESUBIMAGEPROC getCompressedTextureSubImage = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl266 glGetCompressedTextureSubImageFunc getCompressedTextureSubImage; variable
H A DglwInitGL45.inl208 gl->getCompressedTextureSubImage = (glGetCompressedTextureSubImageFunc) loader->get("glGetCo…
H A DglwInitGL46.inl208 gl->getCompressedTextureSubImage = (glGetCompressedTextureSubImageFunc) loader->get("glGetCo…
H A DglwImpl.inl2092 …gl->getCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, …
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl266 gl->getCompressedTextureSubImage = glGetCompressedTextureSubImage;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl1887 …m_gl.getCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth,…