Searched refs:GL_FRAGMENT_SUBROUTINE_UNIFORM (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dshaderobj.h171 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
232 return GL_FRAGMENT_SUBROUTINE_UNIFORM;
H A Dprogram_resource.c51 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
208 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
307 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
421 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
H A Dshader_query.cpp383 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
415 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
536 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
652 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
816 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
1118 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
1207 case GL_FRAGMENT_SUBROUTINE_UNIFORM:
1241 res->Type != GL_FRAGMENT_SUBROUTINE_UNIFORM &&
1256 res->Type != GL_FRAGMENT_SUBROUTINE_UNIFORM &&
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp389 GL_FRAGMENT_SUBROUTINE_UNIFORM,
425 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 0,
2440 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_ACTIVE_RESOURCES, 1, error);
2441 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NAME_LENGTH, 2, error);
2442 VerifyGetProgramInterfaceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, GL_MAX_NUM_COMPATIBLE_SUBROUTINES, 1,
2448 VerifyGetProgramResourceIndex(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU, "a", error);
2451 VerifyGetProgramResourceName(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU["a"], "a", error);
2453 VerifyGetProgramResourceLocation(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, "a",
2464 VerifyGetProgramResourceiv(program, GL_FRAGMENT_SUBROUTINE_UNIFORM, indicesTU["a"], 5, propsU, 5, expectedU,
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1664 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2
/external/deqp/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp1801 piqStage = GL_FRAGMENT_SUBROUTINE_UNIFORM;
/external/mesa3d/include/GL/
H A Dglcorearb.h2453 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
H A Dglext.h2400 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2453 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro
H A Dglext.h2400 #define GL_FRAGMENT_SUBROUTINE_UNIFORM 0x92F2 macro

Completed in 335 milliseconds