HomeSort by relevance Sort by last modified time
    Searched full:fflushmappedbufferrange (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 160 functions->fFlushMappedBufferRange = GET_PROC(glFlushMappedBufferRange);
163 functions->fFlushMappedBufferRange = (GrGLFlushMappedBufferRangeProc) eglGetProcAddress("glFlushMappedBufferRange");
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 200 functions->fFlushMappedBufferRange = glFlushMappedBufferRange;
203 functions->fFlushMappedBufferRange = (GrGLFlushMappedBufferRangeProc) eglGetProcAddress("glFlushMappedBufferRange");
208 functions->fFlushMappedBufferRange = glFlushMappedBufferRangeEXT;
211 functions->fFlushMappedBufferRange = (GrGLFlushMappedBufferRangeProc) eglGetProcAddress("glFlushMappedBufferRangeEXT");
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 138 functions->fFlushMappedBufferRange = glFlushMappedBufferRangeEXT;
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLInterface.h 197 GLPtr<GrGLFlushMappedBufferRangeProc> fFlushMappedBufferRange;
  /external/skia/include/gpu/gl/
GrGLInterface.h 196 GLPtr<GrGLFlushMappedBufferRangeProc> fFlushMappedBufferRange;
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 334 functions->fFlushMappedBufferRange = nullGLFlushMappedBufferRange;
GrGLInterface.cpp 525 NULL == fFunctions.fFlushMappedBufferRange) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 388 functions->fFlushMappedBufferRange = nullGLFlushMappedBufferRange;
GrGLInterface.cpp 438 NULL == fFunctions.fFlushMappedBufferRange) {
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 885 functions->fFlushMappedBufferRange = debugGLFlushMappedBufferRange;
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 881 functions->fFlushMappedBufferRange = debugGLFlushMappedBufferRange;
    [all...]

Completed in 2219 milliseconds