Searched defs:indicesTS (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp2218 std::map<std::string, GLuint> indicesTS; local
2219 VerifyGetProgramResourceIndex(program, GL_TESS_CONTROL_SUBROUTINE, indicesTS, "x", error);
2223 VerifyGetProgramResourceName(program, GL_TESS_CONTROL_SUBROUTINE, indicesTS["x"], "x", error);
2231 VerifyGetProgramResourceiv(program, GL_TESS_CONTROL_SUBROUTINE, static_cast<GLint>(indicesTS["x"]), 1, propsS,
2237 static_cast<GLint>(indicesTS["x"]) };
2321 std::map<std::string, GLuint> indicesTS; local
2322 VerifyGetProgramResourceIndex(program, GL_TESS_EVALUATION_SUBROUTINE, indicesTS, "x", error);
2326 VerifyGetProgramResourceName(program, GL_TESS_EVALUATION_SUBROUTINE, indicesTS["x"], "x", error);
2335 VerifyGetProgramResourceiv(program, GL_TESS_EVALUATION_SUBROUTINE, indicesTS["x"], 1, propsS, 1, expectedS,
2341 static_cast<GLint>(indicesTS["
2384 std::map<std::string, GLuint> indicesTS; local
2445 std::map<std::string, GLuint> indicesTS; local
2665 std::map<std::string, GLuint> indicesTS; local
[all...]

Completed in 230 milliseconds