Searched defs:programID (Results 1 – 7 of 7) sorted by relevance
| /third_party/flutter/skia/src/gpu/gl/builders/ |
| D | GrGLProgramBuilder.cpp | 108 void GrGLProgramBuilder::computeCountsAndStrides(GrGLuint programID, in computeCountsAndStrides() 150 void GrGLProgramBuilder::storeShaderInCache(const SkSL::Program::Inputs& inputs, GrGLuint programID, in storeShaderInCache() 185 GrGLuint programID; in finalize() local 384 void GrGLProgramBuilder::bindProgramResourceLocations(GrGLuint programID) { in bindProgramResourceLocations() 410 bool GrGLProgramBuilder::checkLinkStatus(GrGLuint programID, in checkLinkStatus() 445 void GrGLProgramBuilder::resolveProgramResourceLocations(GrGLuint programID, bool force) { in resolveProgramResourceLocations() 464 void GrGLProgramBuilder::cleanupProgram(GrGLuint programID, const SkTDArray<GrGLuint>& shaderIDs) { in cleanupProgram() 474 GrGLProgram* GrGLProgramBuilder::createProgram(GrGLuint programID) { in createProgram()
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLUniformHandler.cpp | 103 void GrGLUniformHandler::bindUniformLocations(GrGLuint programID, const GrGLCaps& caps) { in bindUniformLocations() 117 void GrGLUniformHandler::getUniformLocations(GrGLuint programID, const GrGLCaps& caps, bool force) { in getUniformLocations()
|
| D | GrGLProgram.cpp | 31 GrGLuint programID, in GrGLProgram()
|
| D | GrGLProgram.h | 76 GrGLuint programID() const { return fProgramID; } in programID() function
|
| D | GrGLProgramDataManager.cpp | 17 GrGLProgramDataManager::GrGLProgramDataManager(GrGLGpu* gpu, GrGLuint programID, in GrGLProgramDataManager()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | GeometryShaderTest.cpp | 91 GLuint programID = glCreateProgram(); in TEST_P() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | ProgramGL.cpp | 158 GLuint programID) in LinkEventNativeParallel()
|