Searched defs:shaderSource (Results 1 – 5 of 5) sorted by relevance
27 const char* shaderSource = R"( member in ComputeIndirectTests
234 const char *shaderSource; member
357 std::string shaderSource; in getShaderSource() local694 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignResourceBinding() local749 IntermediateShaderSource &shaderSource = (*shaderSources)[shaderType]; in AssignAtomicCounterBufferBindings() local
185 PFNGLSHADERSOURCEPROC shaderSource = nullptr; variable
6354 void Context::shaderSource(GLuint shader, in shaderSource() function in gl::Context