Home
last modified time | relevance | path

Searched defs:glCaps (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp137 inline const GrGLCaps& GrGLBuffer::glCaps() const { in glCaps() function in GrGLBuffer
DGrGLRenderTarget.cpp49 inline void GrGLRenderTarget::setFlags(const GrGLCaps& glCaps, const IDs& idDesc) { in setFlags()
DGrGLGpu.h50 const GrGLCaps& glCaps() const { return *fGLContext->caps(); } in glCaps() function
DGrGLGpu.cpp1990 static bool use_tiled_rendering(const GrGLCaps& glCaps, in use_tiled_rendering()
2897 static bool rt_has_msaa_render_buffer(const GrGLRenderTarget* rt, const GrGLCaps& glCaps) { in rt_has_msaa_render_buffer()
DGrGLCaps.cpp3468 static bool has_msaa_render_buffer(const GrSurfaceProxy* surf, const GrGLCaps& glCaps) { in has_msaa_render_buffer()
/third_party/skia/tests/
DBackendAllocationTest.cpp752 const GrGLCaps* glCaps = static_cast<const GrGLCaps*>(context->priv().caps()); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp4254 const gl::Caps &glCaps = context->getCaps(); in ValidateStreamConsumerGLTextureExternalAttribsNV() local