Searched refs:GL_PROGRAM_INPUT (Results 1 - 20 of 20) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp308 const GLenum PIQBase::interfaces[] = { GL_PROGRAM_INPUT,
404 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_ACTIVE_RESOURCES, 1, error);
405 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_MAX_NAME_LENGTH, 9, error);
410 VerifyGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "position", 0, error);
413 VerifyGetProgramResourceName(program, GL_PROGRAM_INPUT, 0, "position", error);
415 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position", 0, error);
426 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, 0, 7, props, 7, expected, error);
697 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_ACTIVE_RESOURCES, 8, error);
698 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_MAX_NAME_LENGTH, 2, error);
701 VerifyGetProgramResourceIndex(program, GL_PROGRAM_INPUT, indice
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp373 const GLenum PIQBase::interfaces[] = { GL_PROGRAM_INPUT,
492 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_ACTIVE_RESOURCES, 1, error);
493 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_MAX_NAME_LENGTH, 9, error);
498 VerifyGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "position", 0, error);
501 VerifyGetProgramResourceName(program, GL_PROGRAM_INPUT, 0, "position", error);
503 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position", 0, error);
520 VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, 0, 11, props, 11, expected, error);
592 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_ACTIVE_RESOURCES, 8, error);
593 VerifyGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_MAX_NAME_LENGTH, 5, error);
596 VerifyGetProgramResourceIndex(program, GL_PROGRAM_INPUT, indice
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp1009 GLenum interface = GL_PROGRAM_INPUT;
6273 GLuint index = program.GetResourceIndex((*it)->m_descriptor.m_name, GL_PROGRAM_INPUT);
6276 program.GetResource(GL_PROGRAM_INPUT, index, GL_LOCATION, 1 /* size */, &location);
/external/mesa3d/src/mesa/main/
H A Dshader_query.cpp133 _mesa_program_resource_find_index(shProg, GL_PROGRAM_INPUT,
184 _mesa_program_resource_find_name(shProg, GL_PROGRAM_INPUT, name,
204 if (res->Type == GL_PROGRAM_INPUT &&
223 if (res->Type == GL_PROGRAM_INPUT &&
375 case GL_PROGRAM_INPUT:
409 case GL_PROGRAM_INPUT:
550 case GL_PROGRAM_INPUT:
647 case GL_PROGRAM_INPUT:
765 case GL_PROGRAM_INPUT: {
1102 case GL_PROGRAM_INPUT
[all...]
H A Dprogram_resource.c40 case GL_PROGRAM_INPUT:
308 case GL_PROGRAM_INPUT:
416 case GL_PROGRAM_INPUT:
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp334 GL_BUFFER_VARIABLE, GL_PROGRAM_INPUT, GL_PROGRAM_OUTPUT
401 case GL_PROGRAM_INPUT:
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderProgramResource.cpp378 checkIfResourceIsReferenced(m_program_object_id, GL_PROGRAM_INPUT, "vs_in_position");
380 checkIfResourceIsReferenced(m_program_object_id, GL_PROGRAM_INPUT, "vs_in_color");
527 << "Wrong value of property GL_REFERENCED_BY_GEOMETRY_SHADER_EXT for GL_PROGRAM_INPUT"
536 << "Wrong value of property GL_REFERENCED_BY_GEOMETRY_SHADER_EXT for GL_PROGRAM_INPUT"
/external/deqp/framework/opengl/
H A DgluStrUtil.inl1508 case GL_PROGRAM_INPUT: return "GL_PROGRAM_INPUT";
/external/mesa3d/src/compiler/glsl/
H A Dlinker.cpp3878 if (programInterface != GL_PROGRAM_INPUT)
3938 iface = GL_PROGRAM_INPUT;
4215 * for GL_PROGRAM_INPUT and GL_PROGRAM_OUTPUT.
4236 input_stage, GL_PROGRAM_INPUT))
4249 input_stage, GL_PROGRAM_INPUT))
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp55 return GL_PROGRAM_INPUT;
1751 case PROGRAMINTERFACE_PROGRAM_INPUT: return GL_PROGRAM_INPUT;
H A Des31fProgramInterfaceQueryTests.cpp154 GL_PROGRAM_INPUT, // PROGRAMINTERFACE_PROGRAM_INPUT
3022 const glw::GLenum programGLInterface = (isInputCase) ? (GL_PROGRAM_INPUT) : (GL_PROGRAM_OUTPUT);
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl1648 #define GL_PROGRAM_INPUT 0x92E3
/external/mesa3d/include/GLES3/
H A Dgl31.h1231 #define GL_PROGRAM_INPUT 0x92E3 macro
H A Dgl32.h1231 #define GL_PROGRAM_INPUT 0x92E3 macro
/external/mesa3d/include/GL/
H A Dglcorearb.h2439 #define GL_PROGRAM_INPUT 0x92E3 macro
H A Dglext.h2386 #define GL_PROGRAM_INPUT 0x92E3 macro
/external/swiftshader/include/GL/
H A Dglcorearb.h2439 #define GL_PROGRAM_INPUT 0x92E3 macro
H A Dglext.h2386 #define GL_PROGRAM_INPUT 0x92E3 macro
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1976 milliseconds