Home
last modified time | relevance | path

Searched refs:refProgram (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp76 GrGLProgram* GrGLGpu::ProgramCache::refProgram(GrGLGpu* gpu, in refProgram() function in GrGLGpu::ProgramCache
DGrGLGpu.h330 GrGLProgram* refProgram(GrGLGpu*, GrRenderTarget*, GrSurfaceOrigin,
DGrGLGpu.cpp1937 sk_sp<GrGLProgram> program(fProgramCache->refProgram(this, renderTarget, origin, primProc, in flushGLState()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1343 UniquePtr<ProgramWrapper> refProgram (createReferenceProgram(pp)); in testPipelineRendering() local
1344 GLuint refProgName = refProgram->getProgramName(); in testPipelineRendering()