Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles1_dec/
DGLESv1Decoder.h85 static void gles1_APIENTRY s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures);
DGLESv1Decoder.cpp130 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/
DGLEncoder.h150 static void s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures);
DGLEncoder.cpp703 void GLEncoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures() function in GLEncoder
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.h150 static void gles2_APIENTRY s_glDeleteTextures(void* self, GLsizei n, const GLuint *textures);
DGLESv2Decoder.cpp828 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/
DGL2Encoder.h406 static void s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures);
DGL2Encoder.cpp2498 void GL2Encoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures() function in GL2Encoder