Searched refs:getProgramResourceName (Results 1 – 17 of 17) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluProgramInterfaceQuery.hpp | 92 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInte… 93 std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 progr… 108 inline std::string getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 pro… in getProgramResourceName() function 111 getProgramResourceName(gl, program, programInterface, index, name); in getProgramResourceName()
|
D | gluProgramInterfaceQuery.cpp | 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface,… in getProgramResourceName() function 48 gl.getProgramResourceName(program, programInterface, index, (int)buf.size(), DE_NULL, &buf[0]); in getProgramResourceName() 83 getProgramResourceName(gl, program, programInterface, index, info.name); in getProgramInterfaceBlockInfo() 107 getProgramResourceName(gl, program, programInterface, index, info.name); in getProgramInterfaceVariableInfo()
|
D | gluES3PlusWrapperFuncs.inl | 137 dst->getProgramResourceName = src.getProgramResourceName;
|
D | gluCallLogWrapper.inl | 1808 m_gl.getProgramResourceName(program, programInterface, index, bufSize, length, name);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 137 gl->getProgramResourceName = &glGetProgramResourceName;
|
D | glwInitES32Direct.inl | 158 gl->getProgramResourceName = &glGetProgramResourceName;
|
D | glwFunctions.inl | 248 glGetProgramResourceNameFunc getProgramResourceName; variable
|
D | glwInitES31.inl | 137 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
|
D | glwInitES32.inl | 158 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramResource…
|
D | glwInitGL43.inl | 196 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwInitGL44.inl | 205 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwInitGL45.inl | 245 gl->getProgramResourceName = (glGetProgramResourceNameFunc) loader->get("glGetProgramReso…
|
D | glwImpl.inl | 1948 gl->getProgramResourceName(program, programInterface, index, bufSize, length, name);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 248 gl->getProgramResourceName = glGetProgramResourceName;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1392 …gl.getProgramResourceName(program, GL_SHADER_STORAGE_BLOCK, (deUint32)blockNdx, (glw::GLsizei)name… in getGLBufferLayout() 1455 …gl.getProgramResourceName(program, GL_BUFFER_VARIABLE, (deUint32)bufVarNdx, (glw::GLsizei)name.siz… in getGLBufferLayout()
|
D | es31fProgramInterfaceQueryTests.cpp | 1013 …gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer… in queryResourceList() 1508 …gl.getProgramResourceName(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].querySiz… in iterate() 1923 …gl.getProgramResourceName(program.getProgram(), programMemberInterfaceValue, activeVariableIndices… in iterate() 2461 …gl.getProgramResourceName(program.getProgram(), GL_UNIFORM, activeVariables[ndx], (int)nameBuf.siz… in iterate()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 608 …gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written,… in validateSingleVariable()
|