Home | History | Annotate | Download | only in simplereference

Lines Matching refs:deUint32

38 rr::VertexAttribType			mapGLPureIntegerVertexAttributeType		(deUint32 type);
39 rr::VertexAttribType mapGLFloatVertexAttributeType (deUint32 type, bool normalizedInteger, int size, glu::ContextType ctxType);
41 rr::PrimitiveType mapGLPrimitiveType (deUint32 type);
42 rr::IndexType mapGLIndexType (deUint32 type);
43 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive);
44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
45 rr::TestFunc mapGLTestFunc (deUint32 func);
46 rr::StencilOp mapGLStencilOp (deUint32 op);
47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
49 rr::BlendFunc mapGLBlendFunc (deUint32 func);