/external/pdfium/third_party/agg23/ |
D | agg_conv_dash.h | 27 template<class VertexSource, class Markers = null_markers> 28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> { 30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type; 31 conv_dash(VertexSource& vs) : in conv_dash() 32 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs) in conv_dash() 56 conv_dash(const conv_dash<VertexSource, Markers>&); 57 const conv_dash<VertexSource, Markers>& 58 operator = (const conv_dash<VertexSource, Markers>&);
|
D | agg_conv_adaptor_vcgen.h | 31 template<class VertexSource, 41 conv_adaptor_vcgen(VertexSource& source) : in conv_adaptor_vcgen() 45 void set_source(VertexSource& source) in set_source() 72 conv_adaptor_vcgen(const conv_adaptor_vcgen<VertexSource, Generator, Markers>&); 73 const conv_adaptor_vcgen<VertexSource, Generator, Markers>& 74 operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&); 75 VertexSource* m_source; 83 template<class VertexSource, class Generator, class Markers> 84 unsigned conv_adaptor_vcgen<VertexSource, Generator, Markers>::vertex(float* x, float* y) in vertex()
|
D | agg_conv_stroke.h | 27 template<class VertexSource, class Markers = null_markers> 29 public conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> { 31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type; 32 conv_stroke(VertexSource& vs) : in conv_stroke() 33 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs) in conv_stroke() 105 conv_stroke(const conv_stroke<VertexSource, Markers>&); 106 const conv_stroke<VertexSource, Markers>& 107 operator = (const conv_stroke<VertexSource, Markers>&);
|
D | agg_path_storage.h | 58 template<class VertexSource> 59 void add_path(VertexSource& vs, 73 template<class VertexSource> 74 void add_path_curve(VertexSource& vs,
|
D | agg_render_scanlines.h | 33 class VertexSource, class ColorStorage, class PathId> 37 VertexSource& vs, in render_all_paths()
|
D | agg_rasterizer_scanline_aa.h | 392 template<class VertexSource> 393 void add_path(VertexSource& vs, unsigned path_id = 0) 403 template<class VertexSource> 404 void add_path_transformed(VertexSource& vs, const CFX_Matrix* pMatrix, unsigned path_id = 0)
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderFramebufferFetchTests.cpp | 140 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in last_frag_data_not_defined() 167 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in last_frag_data_readonly() 193 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in invalid_inout_version() 225 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in invalid_redeclaration_inout() 254 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args)) in invalid_vertex_inout()
|
D | es31fNegativeShaderStorageTests.cpp | 237 sources << glu::VertexSource(source) in block_number_limits() 242 sources << glu::VertexSource(vertSource) in block_number_limits() 247 sources << glu::VertexSource(vertSource) in block_number_limits() 254 sources << glu::VertexSource(vertSource) in block_number_limits() 261 sources << glu::VertexSource(vertSource) in block_number_limits()
|
D | es31fProgramStateQueryTests.cpp | 151 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 168 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 184 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 273 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 292 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 311 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 766 << glu::VertexSource(specializeShader(m_context, vertexTemplate1)) in getProgramSources() 775 << glu::VertexSource(specializeShader(m_context, vertexTemplate1)) in getProgramSources() 781 << glu::VertexSource(specializeShader(m_context, vertexTemplate2)) in getProgramSources()
|
D | es31fProgramPipelineStateQueryTests.cpp | 100 …ntext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)… in iterate() 174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource); in iterate() 239 …ntext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)… in iterate() 309 …ntext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 220 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 284 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 403 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 469 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 549 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 653 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 746 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 833 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 979 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrShaderProgram.hpp | 104 struct VertexSource struct 106 VertexSource (const std::string& str) : source(str) { } in VertexSource() argument 155 ShaderProgramDeclaration& operator<< (const VertexSource&);
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDifferingInterpolationTests.cpp | 146 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.specialize(empty)); in initPrograms() 147 …programCollection.glslSources.add("vertFlatColor") << glu::VertexSource(vertShader.specialize(flat… in initPrograms() 148 …programCollection.glslSources.add("vertNoPerspective") << glu::VertexSource(vertShader.specialize(… in initPrograms()
|
D | vktDrawMultipleInterpolationTests.cpp | 244 …programCollection.glslSources.add("vert_multi") << glu::VertexSource(vertShaderMulti.specialize(… in initPrograms() 246 …programCollection.glslSources.add("vert_smooth") << glu::VertexSource(vertShaderSingle.specialize… in initPrograms() 248 …programCollection.glslSources.add("vert_flat") << glu::VertexSource(vertShaderSingle.specialize(… in initPrograms() 250 …programCollection.glslSources.add("vert_noperspective") << glu::VertexSource(vertShaderSingle.spec… in initPrograms() 252 …programCollection.glslSources.add("vert_centroid") << glu::VertexSource(vertShaderSingle.speciali… in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationShaderInputOutputTests.cpp | 230 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 375 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 516 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 642 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 822 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBuiltinMaskVarTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 280 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
D | glcSubgroupsBallotTests.cpp | 92 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 350 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
D | glcSubgroupsBallotOtherTests.cpp | 264 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms() 451 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
D | glcSubgroupsBasicTests.cpp | 269 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 305 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 547 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms() 778 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms() 1027 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms()
|
D | glcSubgroupsShapeTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms() 337 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 165 spec.programs[0].sources << glu::VertexSource(mapped); in createTests() 219 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 83 << sglr::pdec::VertexSource( in FlatColorShader() 159 << sglr::pdec::VertexSource( in GradientShader() 282 decl << sglr::pdec::VertexSource( in genTexture2DShaderDecl() 432 << sglr::pdec::VertexSource( in TextureCubeShader() 570 << sglr::pdec::VertexSource( in Texture2DArrayShader() 678 << sglr::pdec::VertexSource( in Texture3DShader() 785 << sglr::pdec::VertexSource( in DepthGradientShader()
|
D | es3fShaderFragDataTests.cpp | 139 sources << glu::VertexSource( in genSources() 255 << glu::VertexSource( in iterate()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 331 sources << VertexSource(m_vertex); in iterate() 341 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 704 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 893 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 1115 … vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 2020 …vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)… in iterate() 2232 validationClipNegative.shaders.push_back(VertexSource(clipNegativeVertex)); in init() 2248 validationFrag.shaders.push_back(VertexSource(perVertexFragVertex)); in init() 2264 validationPoint.shaders.push_back(VertexSource(perVertexPointVertex)); in init() 2280 validationTessGeom.shaders.push_back(VertexSource(tessGeomVertex)); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 242 programCollection.glslSources.add("vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1465 programCollection.glslSources.add("FragCoordMsaaVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1538 programCollection.glslSources.add("FragDepthVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1554 programCollection.glslSources.add("FragDepthVertPass2") << glu::VertexSource(vertexSource.str()); in initPrograms() 1718 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 1843 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2019 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2038 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2057 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2320 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplate.specialize(vertexParams)); in initPrograms()
|