Home
last modified time | relevance | path

Searched refs:s_glGetAttribLocation (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.h182 … static GLint gles2_APIENTRY s_glGetAttribLocation(void* self, GLuint program, const GLchar* name);
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h900 static int s_glGetAttribLocation(void *self , GLuint program, const GLchar* name);
DGL2Encoder.cpp6427 int GL2Encoder::s_glGetAttribLocation(void *self , GLuint program, const GLchar* name) { in s_glGetAttribLocation() function in GL2Encoder