Searched refs:s_glDeleteTextures (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.h | 85 static void gles1_APIENTRY s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures);
|
D | GLESv1Decoder.cpp | 130 glDeleteTextures_dec = s_glDeleteTextures; in initGL() 347 void GLESv1Decoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures) { in s_glDeleteTextures() function in gfxstream::gl::GLESv1Decoder
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | GLEncoder.h | 150 static void s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures);
|
D | GLEncoder.cpp | 703 void GLEncoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures() function in GLEncoder
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.h | 150 static void gles2_APIENTRY s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures);
|
D | GLESv2Decoder.cpp | 828 void GLESv2Decoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures) { in s_glDeleteTextures() function in gfxstream::gl::GLESv2Decoder
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2Encoder.h | 406 static void s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures);
|
D | GL2Encoder.cpp | 2498 void GL2Encoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures() function in GL2Encoder
|