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

  /external/skia/src/gpu/gl/
GrGLInterface.cpp 42 if (NULL == fActiveTexture ||
GrGLCreateNullInterface.cpp 398 interface->fActiveTexture = nullGLActiveTexture;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 24 interface->fActiveTexture = glActiveTexture;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 21 interface->fActiveTexture = glActiveTexture;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 36 interface->fActiveTexture = glActiveTexture;
  /external/skia/include/gpu/gl/
GrGLInterface.h 139 GLPtr<GrGLActiveTextureProc> fActiveTexture;
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 37 interface->fActiveTexture = glActiveTexture;
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp     [all...]

Completed in 27 milliseconds