HomeSort by relevance Sort by last modified time
    Searched defs:GrGpuGL (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGpuGL.h 25 class GrGpuGL : public GrGpu {
27 GrGpuGL(const GrGLContextInfo& ctxInfo);
28 virtual ~GrGpuGL();
GrGpuGL.cpp 9 #include "GrGpuGL.h"
65 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
150 GrGpuGL::GrGpuGL(const GrGLContextInfo& ctxInfo) : fGLContextInfo(ctxInfo) {
169 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
187 GrGpuGL::~GrGpuGL() {
206 void GrGpuGL::initCaps() {
289 void GrGpuGL::fillInConfigRenderableTable() {
348 GrPixelConfig GrGpuGL::preferredReadPixelsConfig(GrPixelConfig config) const
    [all...]

Completed in 76 milliseconds