/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(FX_FLOAT* x, FX_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 | 374 template<class VertexSource> 375 void add_path(VertexSource& vs, unsigned path_id = 0) 385 template<class VertexSource> 386 void add_path_transformed(VertexSource& vs, const CFX_Matrix* pMatrix, unsigned path_id = 0)
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 133 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 150 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 166 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 259 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 278 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 297 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args)) in iterate() 768 << glu::VertexSource(tcu::StringTemplate(vertexTemplate1).specialize(args)) in getProgramSources() 777 << glu::VertexSource(tcu::StringTemplate(vertexTemplate1).specialize(args)) in getProgramSources() 783 << glu::VertexSource(tcu::StringTemplate(vertexTemplate2).specialize(args)) 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()
|
D | es31fNegativeShaderDirectiveTests.cpp | 320 …verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySourc… in geometry_shader() 408 sources << glu::VertexSource(simpleVtxFrag) in tessellation_shader()
|
D | es31fLayoutBindingTests.cpp | 975 …<< glu::VertexSource(generateVertexShader(m_shaderType, shaderUniformDecl.str(), shaderBody.str())) in generateShaders() 1100 …<< glu::VertexSource(generateVertexShader(m_shaderType, vertexUniformDecl.str(), shaderBody.str())) in generateShaders() 1307 …<< glu::VertexSource(generateVertexShader(m_shaderType, shaderUniformDecl.str(), shaderBody.str())) in generateShaders() 1399 …<< glu::VertexSource(generateVertexShader(m_shaderType, vertexUniformDecl.str(), shaderBody.str())) in generateShaders() 1573 …<< glu::VertexSource(generateVertexShader(m_shaderType, shaderUniformDecl.str(), shaderBody.str())) in generateShaders() 1650 …<< glu::VertexSource(generateVertexShader(m_shaderType, vertexUniformDecl.str(), shaderBody.str())) in generateShaders() 1808 …<< glu::VertexSource(generateVertexShader(m_shaderType, shaderUniformDecl.str(), shaderBody.str())) in generateShaders() 1885 …<< glu::VertexSource(generateVertexShader(m_shaderType, vertexUniformDecl.str(), shaderBody.str())) in generateShaders()
|
D | es31fMultisampleShaderRenderCase.cpp | 213 << glu::VertexSource(tcu::StringTemplate(s_vertexSource).specialize(args)) in init() 295 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource… in init() 462 << glu::VertexSource(genVertexSource(m_numTargetSamples)) in drawOneIteration()
|
D | es31fTessellationTests.cpp | 1584 << glu::VertexSource ("#version 310 es\n" in init() 1883 << glu::VertexSource ("#version 310 es\n" in init() 2118 << glu::VertexSource ("#version 310 es\n" in init() 2455 << glu::VertexSource ("#version 310 es\n" in makeSources() 2530 << glu::VertexSource ("#version 310 es\n" in makeSources() 2616 << glu::VertexSource ("#version 310 es\n" in makeSources() 2703 << glu::VertexSource ("#version 310 es\n" in init() 2891 << glu::VertexSource ("#version 310 es\n" in init() 3123 << glu::VertexSource ("#version 310 es\n" in init() 3327 << glu::VertexSource ("#version 310 es\n" in init() [all …]
|
D | es31fStencilTexturingTests.cpp | 126 << glu::VertexSource( in drawTestPattern() 202 << glu::VertexSource( in blitStencilToColor2D() 267 << glu::VertexSource( in blitStencilToColor2DArray() 332 << glu::VertexSource( in blitStencilToColorCube()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrShaderProgram.hpp | 104 struct VertexSource struct 106 VertexSource (const std::string& str) : source(str) { } in VertexSource() function 155 ShaderProgramDeclaration& operator<< (const VertexSource&);
|
D | sglrShaderProgram.cpp | 75 ShaderProgramDeclaration& pdec::ShaderProgramDeclaration::operator<< (const VertexSource& c) in operator <<()
|
/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 | 121 sources << glu::VertexSource( in genSources() 232 << glu::VertexSource( in iterate()
|
D | es3fLifetimeTests.cpp | 119 sources << VertexSource(s_vertexShaderSrc) in getSources() 507 << glu::VertexSource(s_xfbVertexSource) in iterate()
|
D | es3fShaderInvarianceTests.cpp | 182 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaders.v… in init() 189 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaders.v… in init()
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.hpp | 269 struct VertexSource : public ShaderSource struct 271 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource() argument
|
D | gluContextInfo.cpp | 53 ProgramSources() << VertexSource(m_vertexSource) in operator ()()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderFragDataTests.cpp | 121 sources << glu::VertexSource( in genSources()
|
D | es2fShaderInvarianceTests.cpp | 182 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaders.v… in init() 189 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vertexShaders.v… in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 482 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource… in createShader() 553 …erProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_vertexSource)… in init()
|