/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrPrimitiveAssembler.hpp | 80 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 97 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 142 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 205 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 222 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 248 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 296 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 358 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 375 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConvention) in exec() 444 static void exec (Iterator outputIterator, VertexPacket* const* vertices, size_t numVertices, rr::ProvokingVertex provokingConventio [all...] |
H A D | rrDefs.hpp | 51 enum ProvokingVertex enum
|
H A D | rrRenderState.hpp | 387 ProvokingVertex provokingVertexConvention;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 1025 /** Implements test ProvokingVertex, description follows: 1049 * - for PROVOKING_VERTEX convention is selected by function ProvokingVertex; 1052 class ProvokingVertex : public DrawTestBase class 1056 ProvokingVertex(deqp::Context& context, const glcts::ExtParameters& extParams); 1058 virtual ~ProvokingVertex() in ~ProvokingVertex()
|
H A D | glcViewportArrayTests.cpp | 3295 GLU_EXPECT_NO_ERROR(gl.getError(), "ProvokingVertex"); in setup2x2Viewport() 4575 ProvokingVertex::ProvokingVertex(deqp::Context& context, const glcts::ExtParameters& extParams) in ProvokingVertex() function in glcts::ViewportArray::ProvokingVertex 4589 bool ProvokingVertex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, in checkResults() 4686 std::string ProvokingVertex::getFragmentShader() in getFragmentShader() 4708 std::string ProvokingVertex::getGeometryShader() in getGeometryShader() 4769 DrawTestBase::TEST_TYPE ProvokingVertex::getTestType() in getTestType() 4779 void ProvokingVertex::prepareTextures(Utils::texture& texture_0, Utils::texture& /* texture_1 */) in prepareTextures() 4817 addChild(new ViewportArray::ProvokingVertex(m_context, m_extParams)); in init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_rasterizer.c | 99 raster->flatshade_first = ctx->Light.ProvokingVertex == in st_update_rasterizer()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | light.c | 73 if (ctx->Light.ProvokingVertex == mode) in _mesa_ProvokingVertex() 86 ctx->Light.ProvokingVertex = mode; in _mesa_ProvokingVertex() 1262 ctx->Light.ProvokingVertex = GL_LAST_VERTEX_CONVENTION_EXT; in _mesa_init_lighting()
|
H A D | mtypes.h | 518 GLenum16 ProvokingVertex; /**< GL_EXT_provoking_vertex */ member
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
H A D | check_table.cpp | 1492 { "glProvokingVertex", _O(ProvokingVertex) },
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 1747 const struct ProvokingVertex
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 1774 const struct ProvokingVertex
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 3151 ANGLE_CAPTURE(ProvokingVertex, isCallValid, context, modePacked); in GL_ProvokingVertex()
|