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

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 108 glShaderBinary_client_proc_t glShaderBinary;
317 virtual glShaderBinary_client_proc_t set_glShaderBinary(glShaderBinary_client_proc_t f) { glShaderBinary_client_proc_t retval = glShaderBinary; glShaderBinary = f; return retval;}
    [all...]
gl2_client_context.cpp 112 ptr = getProc("glShaderBinary", userData); set_glShaderBinary((glShaderBinary_client_proc_t)ptr);
gl2_client_proc.h 109 typedef void (gl2_APIENTRY *glShaderBinary_client_proc_t) (void * ctx, GLsizei, const GLuint*, GLenum, const GLvoid*, GLsizei);
gl2_enc.cpp     [all...]

Completed in 28 milliseconds