Searched defs:uniformName (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 3255 const TString uniformName = block->hasInstanceName() ? blockName + "." + fieldName : fieldName; in declareUniform() local 3280 const TString uniformName = name + "[" + str(i) + "]." + fieldName; in declareUniform() local 3301 const TString uniformName = name + "." + fieldName; in declareUniform() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 976 const GLchar* uniformName = "Block.blockVar"; in get_uniform_indices() local
|
D | es31fLayoutBindingTests.cpp | 362 const std::string& uniformName) in LayoutBindingRenderCase() 737 const std::string& uniformName) in LayoutBindingNegativeCase()
|
D | es31fSeparateShaderTests.cpp | 1167 const string& uniformName, in setUniform()
|
D | es31fFboSRGBWriteControlTests.cpp | 1160 std::string uniformName(stream.str()); in bindActiveTexturesSamplers() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1263 const std::string uniformName(buffer, bufferEnd); in test() local
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 1223 GLchar *uniformName) in _mesa_GetActiveUniformName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 1651 const string& uniformName = uniformResult.name; in uniformVsUniformsivComparison() local
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1402 …am, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName)
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1566 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1551 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
|