Searched refs:GL_FLOAT_VEC4 (Results 1 - 14 of 14) sorted by relevance

/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp885 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, Cond("A", false)));
945 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4);
1022 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_0"));
1043 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_0"));
1064 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_0"));
1141 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4);
1242 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4);
1282 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4);
1315 const AttribType vec4 ("vec4", 1, GL_FLOAT_VEC4);
1358 const AttribType vec4 ("vec4", 1, GL_FLOAT_VEC4);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.cpp47 AttribType("vec4", 1, GL_FLOAT_VEC4),
81 AttribType("vec4", 1, GL_FLOAT_VEC4),
H A Des3fShaderStateQueryTests.cpp1627 { "vec4", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC4, 1, GL_FALSE },
/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.cpp54 AttribType("vec4", 1, GL_FLOAT_VEC4),
H A Des2fShaderStateQueryTests.cpp1329 { "vec4", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC4, 1, GL_FALSE },
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h55 glsl_type(GL_FLOAT_VEC4, GLSL_TYPE_FLOAT, 4, 1, "vec4"),
/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp593 case GL_FLOAT_VEC4: return TYPE_FLOAT_VEC4;
H A DgluStrUtil.inl955 case GL_FLOAT_VEC4: return "GL_FLOAT_VEC4";
/external/mesa3d/src/mesa/main/
H A Duniforms.c168 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, 1, v, GL_FLOAT_VEC4);
236 _mesa_uniform(ctx, ctx->Shader.ActiveProgram, location, count, value, GL_FLOAT_VEC4);
H A Duniform_query.cpp609 case GL_FLOAT_VEC4:
/external/mesa3d/include/GLES2/
H A Dgl2.h381 #define GL_FLOAT_VEC4 0x8B52 macro
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl826 #define GL_FLOAT_VEC4 0x8B52
/external/mesa3d/include/GL/
H A Dglext.h414 #define GL_FLOAT_VEC4 0x8B52 macro
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1000 milliseconds