Home
last modified time | relevance | path

Searched refs:indicesI (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp3695 std::map<std::string, GLuint> indicesI; in Run() local
3699 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_INPUT, indicesI, "in_vertex", error); in Run()
3708 VerifyGetProgramResourceName(vs, GL_PROGRAM_INPUT, indicesI["in_vertex"], "in_vertex", error); in Run()
3758 VerifyGetProgramResourceiv(vs, GL_PROGRAM_INPUT, indicesI["in_vertex"], 11, props2, 11, expected2, error); in Run()
3834 std::map<std::string, GLuint> indicesI; in Run() local
3838 VerifyGetProgramResourceIndex(tcs, GL_PROGRAM_INPUT, indicesI, "Color.r", error); in Run()
3839 VerifyGetProgramResourceIndex(tcs, GL_PROGRAM_INPUT, indicesI, "Color.g", error); in Run()
3840 VerifyGetProgramResourceIndex(tcs, GL_PROGRAM_INPUT, indicesI, "Color.b", error); in Run()
3841 VerifyGetProgramResourceIndex(tcs, GL_PROGRAM_INPUT, indicesI, "Color.iLikePie", error); in Run()
3846 VerifyGetProgramResourceName(tcs, GL_PROGRAM_INPUT, indicesI["Colo in Run()
3924 std::map<std::string, GLuint> indicesI; Run() local
4013 std::map<std::string, GLuint> indicesI; Run() local
4102 std::map<std::string, GLuint> indicesI; Run() local
4498 std::map<std::string, GLuint> indicesI; Run() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp2844 std::map<std::string, GLuint> indicesI; in Run() local
2848 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_INPUT, indicesI, "in_vertex", error); in Run()
2857 VerifyGetProgramResourceName(vs, GL_PROGRAM_INPUT, indicesI["in_vertex"], "in_vertex", error); in Run()
2892 VerifyGetProgramResourceiv(vs, GL_PROGRAM_INPUT, indicesI["in_vertex"], 7, props2, 7, expected2, error); in Run()
2944 std::map<std::string, GLuint> indicesI; in Run() local
2947 VerifyGetProgramResourceIndex(tcs, GL_PROGRAM_INPUT, indicesI, "vs_color", error); in Run()
2951 VerifyGetProgramResourceName(tcs, GL_PROGRAM_INPUT, indicesI["vs_color"], "vs_color", error); in Run()
2964 VerifyGetProgramResourceiv(tcs, GL_PROGRAM_INPUT, indicesI["vs_color"], 6, props2, 6, expected2, error); in Run()
3293 std::map<std::string, GLuint> indicesI; in Run() local
3295 VerifyGetProgramResourceIndex(program, GL_PROGRAM_INPUT, indicesI, " in Run()
[all...]

Completed in 14 milliseconds