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

  /external/skia/src/gpu/gl/
GrGLProgram.cpp 8 #include "GrGLProgram.h"
28 GrGLProgram::GrGLProgram(
63 GrGLProgram::~GrGLProgram() {
69 void GrGLProgram::abandon() {
75 void GrGLProgram::updateUniformsAndTextureBindings(const GrRenderTarget* renderTarget,
109 void GrGLProgram::updatePrimitiveProcessorTextureBindings(const GrPrimitiveProcessor& primProc,
117 void GrGLProgram::setFragmentData(const GrPipeline& pipeline, int* nextTexSamplerIdx) {
135 void GrGLProgram::setRenderTargetState(const GrRenderTarget* rt, GrSurfaceOrigin origin
    [all...]
GrGLProgram.h 28 class GrGLProgram : public SkRefCnt {
32 * want to worry about copying the name string to memory with life time of GrGLProgram.
50 GrGLProgram(GrGLGpu*,
66 ~GrGLProgram();
  /external/skqp/src/gpu/gl/
GrGLProgram.cpp 8 #include "GrGLProgram.h"
28 GrGLProgram::GrGLProgram(
63 GrGLProgram::~GrGLProgram() {
69 void GrGLProgram::abandon() {
75 void GrGLProgram::updateUniformsAndTextureBindings(const GrRenderTarget* renderTarget,
109 void GrGLProgram::updatePrimitiveProcessorTextureBindings(const GrPrimitiveProcessor& primProc,
117 void GrGLProgram::setFragmentData(const GrPipeline& pipeline, int* nextTexSamplerIdx) {
135 void GrGLProgram::setRenderTargetState(const GrRenderTarget* rt, GrSurfaceOrigin origin
    [all...]
GrGLProgram.h 28 class GrGLProgram : public SkRefCnt {
32 * want to worry about copying the name string to memory with life time of GrGLProgram.
50 GrGLProgram(GrGLGpu*,
66 ~GrGLProgram();

Completed in 751 milliseconds