Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp3696 std::map<std::string, GLuint> indicesO; in Run() local
3700 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "Color.r", error); in Run()
3701 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "Color.g", error); in Run()
3702 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "Color.b", error); in Run()
3703 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "Color.iLikePie", error); in Run()
3704 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "gl_Position", error); in Run()
3709 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["Color.r"], "Color.r", error); in Run()
3710 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["Color.g"], "Color.g", error); in Run()
3711 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["Color.b"], "Color.b", error); in Run()
3712 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["Colo in Run()
3835 std::map<std::string, GLuint> indicesO; Run() local
3925 std::map<std::string, GLuint> indicesO; Run() local
4014 std::map<std::string, GLuint> indicesO; Run() local
4103 std::map<std::string, GLuint> indicesO; Run() local
4499 std::map<std::string, GLuint> indicesO; Run() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp2845 std::map<std::string, GLuint> indicesO; in Run() local
2849 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "r", error); in Run()
2850 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "g", error); in Run()
2851 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "b", error); in Run()
2852 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "iLikePie", error); in Run()
2853 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "gl_Position", error); in Run()
2858 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["r"], "r", error); in Run()
2859 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["g"], "g", error); in Run()
2860 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["b"], "b", error); in Run()
2861 VerifyGetProgramResourceName(vs, GL_PROGRAM_OUTPUT, indicesO["iLikePi in Run()
2945 std::map<std::string, GLuint> indicesO; Run() local
3294 std::map<std::string, GLuint> indicesO; Run() local
[all...]

Completed in 12 milliseconds