Home
last modified time | relevance | path

Searched refs:GL_FLOAT_VEC2 (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/src/OpenGL/libGL/
DShader.cpp291 case GL_FLOAT_VEC2: return true; in compareVarying()
304 case GL_FLOAT_VEC2: return true; in compareVarying()
317 case GL_FLOAT_VEC2: return true; in compareVarying()
330 case GL_FLOAT_VEC2: return true; in compareVarying()
335 case GL_FLOAT_VEC2: in compareVarying()
343 case GL_FLOAT_VEC2: return true; in compareVarying()
Dutilities.cpp39 case GL_FLOAT_VEC2: in UniformComponentCount()
72 case GL_FLOAT_VEC2: in UniformComponentType()
115 case GL_FLOAT_VEC2: in VariableRowCount()
150 case GL_FLOAT_VEC2: in VariableColumnCount()
DProgram.cpp360 if(targetUniform->type == GL_FLOAT_VEC2) in setUniform2fv()
921 case GL_FLOAT_VEC2: applyUniform2fv(location, size, f); break; in applyUniforms()
/external/swiftshader/src/OpenGL/libGLESv2/
DShader.cpp307 case GL_FLOAT_VEC2: return true; in compareVarying()
320 case GL_FLOAT_VEC2: return true; in compareVarying()
333 case GL_FLOAT_VEC2: return true; in compareVarying()
346 case GL_FLOAT_VEC2: return true; in compareVarying()
351 case GL_FLOAT_VEC2: in compareVarying()
359 case GL_FLOAT_VEC2: return true; in compareVarying()
Dutilities.cpp205 case GL_FLOAT_VEC2: in UniformComponentCount()
250 case GL_FLOAT_VEC2: in UniformComponentType()
346 case GL_FLOAT_VEC2: in VariableRowCount()
405 case GL_FLOAT_VEC2: in VariableColumnCount()
DProgram.cpp473 static GLenum floatType[] = { GL_FLOAT, GL_FLOAT_VEC2, GL_FLOAT_VEC3, GL_FLOAT_VEC4 }; in setUniformfv()
1092 case GL_FLOAT_VEC2: applyUniform2fv(device, location, size, f); break; in applyUniforms()
/external/deqp/modules/gles3/functional/
Des3fAttribLocationTests.cpp45 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests()
79 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests()
Des3fShaderStateQueryTests.cpp1625 { "vec2", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC2, 1, GL_FALSE }, in test()
/external/deqp/modules/gles2/functional/
Des2fAttribLocationTests.cpp52 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests()
Des2fShaderStateQueryTests.cpp1327 …{ "vec2", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC2, 1, GL_FALSE }, in test()
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h50 DECL_TYPE(vec2, GL_FLOAT_VEC2, GLSL_TYPE_FLOAT, 2, 1)
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp112 var->type->gl_type != GL_FLOAT_VEC2 && in visit_enter()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp827 case GL_FLOAT_VEC2: return TYPE_FLOAT_VEC2; in getDataTypeFromGLType()
DgluStrUtil.inl954 case GL_FLOAT_VEC2: return "GL_FLOAT_VEC2";
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp155 case GL_FLOAT_VEC2: in generateToVec4Expression()
1402 const AttribType vec2("vec2", 1, GL_FLOAT_VEC2); in iterate()
1492 const AttribType vec2("vec2", 1, GL_FLOAT_VEC2); in iterate()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h379 #define GL_FLOAT_VEC2 0x8B50 macro
/external/mesa3d/include/GLES2/
Dgl2.h312 #define GL_FLOAT_VEC2 0x8B50 macro
/external/swiftshader/include/GLES2/
Dgl2.h312 #define GL_FLOAT_VEC2 0x8B50 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h403 #define GL_FLOAT_VEC2 0x8B50 macro
/external/mesa3d/include/GLES3/
Dgl3.h312 #define GL_FLOAT_VEC2 0x8B50 macro
Dgl31.h312 #define GL_FLOAT_VEC2 0x8B50 macro
Dgl32.h312 #define GL_FLOAT_VEC2 0x8B50 macro
/external/swiftshader/include/GLES3/
Dgl3.h312 #define GL_FLOAT_VEC2 0x8B50 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl837 #define GL_FLOAT_VEC2 0x8B50 macro
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3327 case 2: return GL_FLOAT_VEC2; in glVariableType()

12