Home
last modified time | relevance | path

Searched refs:COMPS (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp87 #define GEN_DIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME, VALUES) \ argument
88 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
97 COMPONENTS = (COMPS) \
106 gl.glVertexAttrib ##COMPS ##TYPECODE VALUES; \
117 return "VertexAttrib" #COMPS #TYPECODE; \
121 #define GEN_INDIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME) \ argument
122 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
131 COMPONENTS = (COMPS) \
140 gl.glVertexAttrib ##COMPS ##TYPECODE (index, value.getPtr()); \
151 return "VertexAttrib" #COMPS #TYPECODE; \
[all …]
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp85 #define GEN_DIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME, VALUES) \ argument
86 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
95 COMPONENTS = (COMPS) \
104 gl.glVertexAttrib ##COMPS ##TYPECODE VALUES; \
115 return "VertexAttrib" #COMPS #TYPECODE; \
119 #define GEN_INDIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME) \ argument
120 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
129 COMPONENTS = (COMPS) \
138 gl.glVertexAttrib ##COMPS ##TYPECODE (index, value.getPtr()); \
149 return "VertexAttrib" #COMPS #TYPECODE; \
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument
49 EXPECT_EQ(COMPS, type->coordinate_components()); \
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c361 #define SPAN_NEAREST(DO_TEX, COMPS) \ in affine_span() argument
367 const GLchan *tex00 = info->texture + COMPS * pos; \ in affine_span()
378 #define SPAN_LINEAR(DO_TEX, COMPS) \ in affine_span() argument
386 const GLchan *tex00 = info->texture + COMPS * pos; \ in affine_span()
388 const GLchan *tex01 = tex00 + COMPS; \ in affine_span()
389 const GLchan *tex11 = tex10 + COMPS; \ in affine_span()