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

  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 127 ctx->set_glGetString(my_glGetString);
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 124 ctx->set_glGetString(my_glGetString);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp 86 ptr = getProc("glGetString", userData); set_glGetString((glGetString_client_proc_t)ptr);
gl2_client_context.h 291 virtual glGetString_client_proc_t set_glGetString(glGetString_client_proc_t f) { glGetString_client_proc_t retval = glGetString; glGetString = f; return retval;}
    [all...]
GL2Encoder.cpp 54 m_glGetString_enc = set_glGetString(s_glGetString);
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp 102 ptr = getProc("glGetString", userData); set_glGetString((glGetString_client_proc_t)ptr);
GLEncoder.cpp     [all...]
gl_client_context.h 390 virtual glGetString_client_proc_t set_glGetString(glGetString_client_proc_t f) { glGetString_client_proc_t retval = glGetString; glGetString = f; return retval;}
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 113 ptr = dlsym(gles_android,"glGetString"); disp->set_glGetString((glGetString_t)ptr);
gles_dispatch.h 383 glGetString_t set_glGetString(glGetString_t f) { glGetString_t retval = glGetString; glGetString = f; return retval;}
    [all...]

Completed in 290 milliseconds