Home
last modified time | relevance | path

Searched refs:s_glGetCompressedTextureFormats (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.cpp100 glGetCompressedTextureFormats = s_glGetCompressedTextureFormats; in initGL()
305 void GLESv1Decoder::s_glGetCompressedTextureFormats(void *self, GLint count, GLint *data) in s_glGetCompressedTextureFormats() function in gfxstream::gl::GLESv1Decoder
DGLESv1Decoder.h51 … static void gles1_APIENTRY s_glGetCompressedTextureFormats(void * self, GLint cont, GLint *data);
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp117 glGetCompressedTextureFormats = s_glGetCompressedTextureFormats; in initGL()
301 void GLESv2Decoder::s_glGetCompressedTextureFormats(void *self, int count, GLint *formats) in s_glGetCompressedTextureFormats() function in gfxstream::gl::GLESv2Decoder
DGLESv2Decoder.h58 … static void gles2_APIENTRY s_glGetCompressedTextureFormats(void *self, int count, GLint *formats);