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

  /external/skia/include/gpu/gl/
GrGLTypes.h 118 GrGLuint fFBOID;
122 return fFBOID == that.fFBOID && fFormat == that.fFormat;
  /external/skqp/include/gpu/gl/
GrGLTypes.h 118 GrGLuint fFBOID;
122 return fFBOID == that.fFBOID && fFormat == that.fFormat;
  /external/skia/tools/sk_app/
GLWindowContext.cpp 63 fbInfo.fFBOID = buffer;
  /external/skqp/tools/sk_app/
GLWindowContext.cpp 63 fbInfo.fFBOID = buffer;
  /external/skia/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 52 GrGLuint fFBOID;
353 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
417 target->fFBOID = fbo;
428 callgl(DeleteFramebuffers, 1, &target->fFBOID);
444 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
455 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
  /external/skqp/tools/gpu/atlastext/
GLTestAtlasTextRenderer.cpp 52 GrGLuint fFBOID;
353 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
417 target->fFBOID = fbo;
428 callgl(DeleteFramebuffers, 1, &target->fFBOID);
444 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
455 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID);
  /external/skia/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 172 fboInfo.fFBOID = 0;
  /external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
native-lib.cpp 172 fboInfo.fFBOID = 0;
  /external/skia/example/
SkiaSDLExample.cpp 209 info.fFBOID = (GrGLuint) buffer;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 90 fbi.fFBOID = fRTFBOID;
GrGLGpu.cpp 764 idDesc.fRTFBOID = info.fFBOID;
    [all...]
GrGLCaps.cpp     [all...]
  /external/skqp/example/
SkiaSDLExample.cpp 209 info.fFBOID = (GrGLuint) buffer;
  /external/skqp/src/gpu/gl/
GrGLRenderTarget.cpp 90 fbi.fFBOID = fRTFBOID;
GrGLGpu.cpp 728 idDesc.fRTFBOID = info.fFBOID;
    [all...]
GrGLCaps.cpp     [all...]
  /external/skia/tests/
ProxyTest.cpp 255 fboInfo.fFBOID = 0;
DeferredDisplayListTest.cpp 172 fboInfo.fFBOID = 0;
  /external/skqp/tests/
ProxyTest.cpp 254 fboInfo.fFBOID = 0;
DeferredDisplayListTest.cpp 378 fboInfo.fFBOID = 0;
    [all...]
  /external/skia/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 219 framebuffer_info.fFBOID = 0;
    [all...]
  /external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
hello_ar_application.cc 219 framebuffer_info.fFBOID = 0;
    [all...]
  /external/skia/modules/canvaskit/
canvaskit_bindings.cpp 126 info.fFBOID = (GrGLuint) buffer;
    [all...]
  /external/skqp/experimental/canvaskit/
canvaskit_bindings.cpp 96 info.fFBOID = (GrGLuint) buffer;
    [all...]

Completed in 479 milliseconds