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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ApiInitializer.h 27 static void *s_getProc(const char *name, void *userData) {
glesv1_emul_ifc.cpp 33 ctx->initDispatchByName(ApiInitializer::s_getProc, initializer);
glesv2_emul_ifc.cpp 33 ctx->initDispatchByName(ApiInitializer::s_getProc, initializer);
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
GL2Decoder.h 40 static void *s_getProc(const char *name, void *userData);
GL2Decoder.cpp 34 void *GL2Decoder::s_getProc(const char *name, void *userData)
65 this->initDispatchByName(s_getProc, this);
  /sdk/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 240 milliseconds