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

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ApiInitializer.h 11 static void *s_getProc(const char *name, void *userData) {
glesv1_emul_ifc.cpp 17 ctx->initDispatchByName(ApiInitializer::s_getProc, initializer);
glesv2_emul_ifc.cpp 17 ctx->initDispatchByName(ApiInitializer::s_getProc, initializer);
  /development/tools/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 24 static void *s_getProc(const char *name, void *userData);
GL2Decoder.cpp 18 void *GL2Decoder::s_getProc(const char *name, void *userData)
49 this->initDispatchByName(s_getProc, this);
  /development/tools/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.h 65 static void * s_getProc(const char *name, void *userData);
GLDecoder.cpp 52 this->initDispatchByName(s_getProc, this);
222 void *GLDecoder::s_getProc(const char *name, void *userData)

Completed in 171 milliseconds