HomeSort by relevance Sort by last modified time
    Searched refs:glFramebufferTexture2DOES_client_proc_t (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 239 glFramebufferTexture2DOES_client_proc_t glFramebufferTexture2DOES;
    [all...]
gl_client_context.cpp 243 ptr = getProc("glFramebufferTexture2DOES", userData); set_glFramebufferTexture2DOES((glFramebufferTexture2DOES_client_proc_t)ptr);
gl_client_proc.h 240 typedef void (gl_APIENTRY *glFramebufferTexture2DOES_client_proc_t) (void * ctx, GLenum, GLenum, GLenum, GLuint, GLint);

Completed in 39 milliseconds