Searched refs:getCompressedTextureSubImage (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | DispatchTableGL_autogen.cpp | 305 ASSIGN("glGetCompressedTextureSubImage", getCompressedTextureSubImage); in initProcsDesktopGL() 1904 ASSIGN("glGetCompressedTextureSubImage", getCompressedTextureSubImage); in initProcsDesktopGL() 3182 getCompressedTextureSubImage = &glGetCompressedTextureSubImageNULL; in initProcsDesktopGLNULL() 4780 getCompressedTextureSubImage = &glGetCompressedTextureSubImageNULL; in initProcsDesktopGLNULL()
|
H A D | DispatchTableGL_autogen.h | 649 PFNGLGETCOMPRESSEDTEXTURESUBIMAGEPROC getCompressedTextureSubImage = nullptr; variable
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwFunctions.inl | 266 glGetCompressedTextureSubImageFunc getCompressedTextureSubImage; variable
|
H A D | glwInitGL45.inl | 208 gl->getCompressedTextureSubImage = (glGetCompressedTextureSubImageFunc) loader->get("glGetCo…
|
H A D | glwInitGL46.inl | 208 gl->getCompressedTextureSubImage = (glGetCompressedTextureSubImageFunc) loader->get("glGetCo…
|
H A D | glwImpl.inl | 2092 …gl->getCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, …
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 266 gl->getCompressedTextureSubImage = glGetCompressedTextureSubImage;
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.inl | 1887 …m_gl.getCompressedTextureSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth,…
|