Searched defs:VertexProgram (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
H A DVertexProgram.hpp30 class VertexProgram : public VertexRoutine, public ShaderCore class in namespace:sw
33 VertexProgram(const VertexProcessor::State &state, const VertexShader *vertexShader);
35 virtual ~VertexProgram();
H A DVertexProgram.cpp15 #include "VertexProgram.hpp"
26 VertexProgram::VertexProgram(const VertexProcessor::State &state, const VertexShader *shader) function in class:sw::VertexProgram
58 VertexProgram::~VertexProgram()
62 void VertexProgram::pipeline(UInt& index)
74 void VertexProgram::program(UInt& index)
586 void VertexProgram::passThrough()
654 Vector4f VertexProgram::fetchRegister(const Src &src, unsigned int offset)
777 RValue<Pointer<Byte>> VertexProgram
[all...]
/external/mesa3d/src/mesa/main/
H A Dattrib.c127 GLboolean VertexProgram; member in struct:gl_enable_attrib
381 attr->VertexProgram = ctx->VertexProgram.Enabled;
382 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
383 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
697 TEST_AND_UPDATE(ctx->VertexProgram.Enabled,
698 enable->VertexProgram,
700 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
703 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
H A Dmtypes.h4075 #define _NEW_TRACK_MATRIX (1u << 25) /**< gl_context::VertexProgram */
4501 struct gl_vertex_program_state VertexProgram; member in struct:gl_context
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.h124 struct gl_program *VertexProgram; member in struct:save_state

Completed in 240 milliseconds