Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.h163 static void gles2_APIENTRY s_glAttachShader(void* self, GLuint program, GLuint shader);
DGLESv2Decoder.cpp913 void GLESv2Decoder::s_glAttachShader(void* self, GLuint program, GLuint shader) { in s_glAttachShader() function in gfxstream::gl::GLESv2Decoder
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h311 static void s_glAttachShader(void *self, GLuint program, GLuint shader);
DGL2Encoder.cpp2161 void GL2Encoder::s_glAttachShader(void *self, GLuint program, GLuint shader) in s_glAttachShader() function in GL2Encoder