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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 28 class GrGpuGL : public GrGpu {
30 GrGpuGL(const GrGLContext& ctx, GrContext* context);
31 virtual ~GrGpuGL();
314 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
346 void setVertexBufferID(GrGpuGL* gpu, GrGLuint id) {
358 void setIndexBufferIDOnDefaultVertexArray(GrGpuGL* gpu, GrGLuint id) {
374 GrGLAttribArrayState* bindArrayAndBuffersToDraw(GrGpuGL* gpu,
387 // is bound. However, this class is internal to GrGpuGL and this object never leaks out of
388 // GrGpuGL.
GrGpuGL.cpp 9 #include "GrGpuGL.h"
62 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
118 GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context)
140 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
159 GrGpuGL::~GrGpuGL() {
178 void GrGpuGL::fillInConfigRenderableTable() {
234 GrPixelConfig GrGpuGL::preferredReadPixelsConfig(GrPixelConfig readConfig,
253 GrPixelConfig GrGpuGL::preferredWritePixelsConfig(GrPixelConfig writeConfig
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 28 class GrGpuGL : public GrGpu {
30 GrGpuGL(const GrGLContext& ctx, GrContext* context);
31 virtual ~GrGpuGL();
314 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
346 void setVertexBufferID(GrGpuGL* gpu, GrGLuint id) {
358 void setIndexBufferIDOnDefaultVertexArray(GrGpuGL* gpu, GrGLuint id) {
374 GrGLAttribArrayState* bindArrayAndBuffersToDraw(GrGpuGL* gpu,
387 // is bound. However, this class is internal to GrGpuGL and this object never leaks out of
388 // GrGpuGL.
GrGpuGL.cpp 9 #include "GrGpuGL.h"
62 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) {
118 GrGpuGL::GrGpuGL(const GrGLContext& ctx, GrContext* context)
140 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
159 GrGpuGL::~GrGpuGL() {
178 void GrGpuGL::fillInConfigRenderableTable() {
234 GrPixelConfig GrGpuGL::preferredReadPixelsConfig(GrPixelConfig readConfig,
253 GrPixelConfig GrGpuGL::preferredWritePixelsConfig(GrPixelConfig writeConfig
    [all...]

Completed in 84 milliseconds