HomeSort by relevance Sort by last modified time
    Searched refs:VertexSource (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/third_party/agg23/
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) :
32 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs)
56 conv_dash(const conv_dash<VertexSource, Markers>&);
57 const conv_dash<VertexSource, Markers>&
58 operator = (const conv_dash<VertexSource, Markers>&);
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) :
33 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs)
105 conv_stroke(const conv_stroke<VertexSource, Markers>&);
106 const conv_stroke<VertexSource, Markers>&
107 operator = (const conv_stroke<VertexSource, Markers>&);
agg_conv_adaptor_vcgen.h 31 template<class VertexSource,
41 conv_adaptor_vcgen(VertexSource& source) :
45 void set_source(VertexSource& 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)
agg_render_scanlines.h 33 class VertexSource, class ColorStorage, class PathId>
37 VertexSource& vs,
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,
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/
es31fNegativeShaderStorageTests.cpp 237 sources << glu::VertexSource(source)
242 sources << glu::VertexSource(vertSource)
247 sources << glu::VertexSource(vertSource)
254 sources << glu::VertexSource(vertSource)
261 sources << glu::VertexSource(vertSource)
es31fProgramPipelineStateQueryTests.cpp 100 const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource);
239 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
309 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
es31fProgramStateQueryTests.cpp 133 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
150 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
166 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
259 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
278 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
297 << glu::VertexSource(tcu::StringTemplate(s_vtxFragTemplate).specialize(args))
768 << glu::VertexSource(tcu::StringTemplate(vertexTemplate1).specialize(args))
777 << glu::VertexSource(tcu::StringTemplate(vertexTemplate1).specialize(args))
783 << glu::VertexSource(tcu::StringTemplate(vertexTemplate2).specialize(args))
    [all...]
es31fNegativeShaderDirectiveTests.cpp 351 verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << glu::FragmentSource(simpleVtxFrag), EXPECT_RESULT_FAIL);
442 sources << glu::VertexSource(simpleVtxFrag)
es31fNegativeAdvancedBlendEquationTests.cpp 168 << glu::VertexSource(generateVertexShaderSource(ctx))
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 104 struct VertexSource
106 VertexSource (const std::string& str) : source(str) { }
155 ShaderProgramDeclaration& operator<< (const VertexSource&);
sglrShaderProgram.cpp 75 ShaderProgramDeclaration& pdec::ShaderProgramDeclaration::operator<< (const VertexSource& c)
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 165 spec.programs[0].sources << glu::VertexSource(mapped);
219 spec.programs[0].sources << glu::VertexSource(mapped);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryEmitGeometryShaderTests.cpp 131 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str());
vktGeometryVaryingGeometryShaderTests.cpp 149 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str());
vktGeometryInputGeometryShaderTests.cpp 155 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str());
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp 232 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
377 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
533 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
659 programCollection.glslSources.add("vert") << glu::VertexSource(src.str());
  /external/deqp/framework/opengl/
gluContextInfo.cpp 44 TryCompileProgram (const char* vertexSource, const char* fragmentSource)
45 : m_vertexSource (vertexSource)
53 ProgramSources() << VertexSource(m_vertexSource)
gluShaderProgram.hpp 269 struct VertexSource : public ShaderSource
271 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {}
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 121 sources << glu::VertexSource(
232 << glu::VertexSource(
es3fFboTestUtil.cpp 83 << sglr::pdec::VertexSource(
159 << sglr::pdec::VertexSource(
282 decl << sglr::pdec::VertexSource(
432 << sglr::pdec::VertexSource(
570 << sglr::pdec::VertexSource(
678 << sglr::pdec::VertexSource(
785 << sglr::pdec::VertexSource(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 142 dst.glslSources.add("vert") << glu::VertexSource(
265 dst.glslSources.add("vert") << glu::VertexSource(
394 dst.glslSources.add("vert") << glu::VertexSource(
535 dst.glslSources.add("vert") << glu::VertexSource(
797 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplate.specialize(vertexParams));
  /external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp 121 sources << glu::VertexSource(

Completed in 1187 milliseconds

1 2 3 4 5 6 7