Searched defs:tf_varyings (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderPrimitiveQueries.cpp | 348 const char* tf_varyings[] = { "gl_Position" }; in iterate() local
|
H A D | esextcGeometryShaderLinking.cpp | 2358 const char* tf_varyings[] = { "out_vs_1", "out_gs_1" }; in iterate() local
|
H A D | esextcGeometryShaderAPI.cpp | 3801 const char* tf_varyings[2] = { "out_gs_1", "out_vs_1" }; in iterate() local 4068 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local 4299 const char* tf_varyings[] = { "out_gs_1" }; in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 317 const glw::GLchar* tf_varyings[] = { "gl_Position" }; in buildProgram() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseBufferTests.cpp | 189 createProgram(const glw::Functions& gl, const char** fs_body_parts, unsigned int n_fs_body_parts, const char** vs_body_parts, unsigned int n_vs_body_parts, const char** attribute_names, const unsigned int* attribute_locations, unsigned int n_attribute_properties, const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings, glw::GLenum tf_varying_mode) createProgram() argument [all...] |
H A D | gl3cCullDistanceTests.cpp | 68 buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body, const glw::GLchar* fs_body, const glw::GLchar* gs_body, const glw::GLchar* tc_body, const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, glw::GLuint* out_program) buildProgram() argument
|
Completed in 22 milliseconds