Searched refs:COMPS (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 87 #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/ |
D | es2fDefaultVertexAttributeTests.cpp | 85 #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/ |
D | sampler_types_test.cpp | 40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument 49 EXPECT_EQ(COMPS, type->coordinate_components()); \
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 362 #define SPAN_NEAREST(DO_TEX, COMPS) \ in affine_span() argument 368 const GLchan *tex00 = info->texture + COMPS * pos; \ in affine_span() 379 #define SPAN_LINEAR(DO_TEX, COMPS) \ in affine_span() argument 387 const GLchan *tex00 = info->texture + COMPS * pos; \ in affine_span() 389 const GLchan *tex01 = tex00 + COMPS; \ in affine_span() 390 const GLchan *tex11 = tex10 + COMPS; \ in affine_span()
|