Searched refs:refProgram (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 71 GrGLProgram* GrGLGpu::ProgramCache::refProgram(GrGLGpu* gpu, in refProgram() function in GrGLGpu::ProgramCache
|
D | GrGLGpu.h | 315 GrGLProgram* refProgram(GrGLGpu*, GrRenderTarget*, GrSurfaceOrigin,
|
D | GrGLGpu.cpp | 2015 sk_sp<GrGLProgram> program(fProgramCache->refProgram(this, renderTarget, origin, primProc, in flushGLState()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 71 GrGLProgram* GrGLGpu::ProgramCache::refProgram(GrGLGpu* gpu, in refProgram() function in GrGLGpu::ProgramCache
|
D | GrGLGpu.h | 307 GrGLProgram* refProgram(GrGLGpu*, GrRenderTarget*, GrSurfaceOrigin,
|
D | GrGLGpu.cpp | 1986 sk_sp<GrGLProgram> program(fProgramCache->refProgram(this, renderTarget, origin, primProc, in flushGLState()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1332 UniquePtr<ProgramWrapper> refProgram (createReferenceProgram(pp)); in testPipelineRendering() local 1333 GLuint refProgName = refProgram->getProgramName(); in testPipelineRendering()
|