Searched defs:GrGLGpu (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp8 #include "GrGLGpu.h"
125 bool GrGLGpu::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
178 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options,
192 return new GrGLGpu(glContext, context);
199 GrGLGpu::GrGLGpu(GrGLContext* ctx, GrContext* context) function in class:GrGLGpu
254 SkDebugf("------------------------- create GrGLGpu %p --------------\n",
266 GrGLGpu::~GrGLGpu() {
267 // Ensure any GrGpuResource objects get deleted first, since they may require a working GrGLGpu
[all...]

Completed in 86 milliseconds