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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ApiInitializer.h 29 return self->getProc(name);
33 void *getProc(const char *name) {
  /external/skia/src/core/
SkXfermode_proccoeff.h 61 SkXfermodeProc getProc() const { return fProc; }
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 39 GrGLFuncPtr getProc(const char name[]) const {
50 return getter->getProc(name);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 43 GrGLFuncPtr getProc(const char name[]) const {
54 return getter->getProc(name);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 39 GrGLFuncPtr getProc(const char name[]) const {
58 return getter->getProc(name);
76 GrGLGetStringProc getString = (GrGLGetStringProc)getter.getProc("glGetString");
  /external/pdfium/xfa/include/fxjse/
fxjse.h 75 FXJSE_PropAccessor getProc;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 

Completed in 295 milliseconds