/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 768 GLchar *uniformName) in _mesa_GetActiveUniformName() argument 797 if (uniformName) { in _mesa_GetActiveUniformName() 798 _mesa_copy_string(uniformName, bufSize, length, in _mesa_GetActiveUniformName()
|
/external/deqp/modules/gles31/functional/ |
D | es31fLayoutBindingTests.cpp | 218 const std::string& uniformName); 265 const std::string& uniformName) in LayoutBindingRenderCase() argument 270 , m_uniformName (uniformName) in LayoutBindingRenderCase() 594 const std::string& uniformName); 631 const std::string& uniformName) in LayoutBindingNegativeCase() argument 641 , m_uniformName (uniformName) in LayoutBindingNegativeCase()
|
D | es31fSeparateShaderTests.cpp | 1027 const string& uniformName, 1167 const string& uniformName, in setUniform() argument 1172 const GLint location = glGetUniformLocation(progName, uniformName.c_str()); in setUniform() 1175 msg << "// Set program " << progName << "'s uniform '" << uniformName << "' to " << value; in setUniform()
|
D | es31fNegativeStateApiTests.cpp | 958 const GLchar* uniformName = "Block.blockVar"; in get_uniform_indices() local 967 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices() 972 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in get_uniform_indices()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 1661 const string& uniformName = uniformResult.name; in uniformVsUniformsivComparison() local 1662 …or uniformsivResultIt = BasicUniformReportGL::findWithName(uniformsivResults, uniformName.c_str()); in uniformVsUniformsivComparison() 1668 log << TestLog::Message << "// Checking uniform " << uniformName << TestLog::EndMessage; in uniformVsUniformsivComparison() 1672 …rm() and glGetUniformIndices() gave different indices for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison() 1677 …lGetActiveUniformsiv() gave incompatible name lengths for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison() 1682 …rm() and glGetActiveUniformsiv() gave different sizes for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison() 1687 …rm() and glGetActiveUniformsiv() gave different types for uniform " << uniformName << TestLog::End… in uniformVsUniformsivComparison() 1693 …log << TestLog::Message << "// FAILURE: uniform " << uniformName << " was reported active by glGet… in uniformVsUniformsivComparison()
|
D | es3fNegativeStateApiTests.cpp | 665 const GLchar* uniformName = "Block.blockVar"; in init() 673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init() 679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 1263 const std::string uniformName(buffer, bufferEnd); in test() local 1268 if (uniformName == uniformNames[uniformNdx]) in test() 1277 …Log() << TestLog::Message << "// ERROR: Got unknown uniform name: " << uniformName << TestLog::End… in test()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1565 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument 1571 DE_UNREF(uniformName);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1402 …am, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName) argument 1405 … << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(uniformName))) << ");" << T… 1406 m_gl.getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
|
D | gluCallLogWrapperApi.inl | 199 …m, glw::GLuint uniformIndex, glw::GLsizei bufSize, glw::GLsizei *length, glw::GLchar *uniformName);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1551 …rmName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) argument 1556 gl->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
|
D | glwApi.inl | 859 … (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
|
D | glwFunctionTypes.inl | 199 … (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
|
/external/mesa3d/include/GL/ |
D | glext.h | 7752 …mName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName); 7760 …PROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName);
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 5316 …MEPROC) (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei* length, char* uniformName);
|