/external/swiftshader/src/OpenGL/libGL/ |
D | Shader.cpp | 291 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()
|
D | utilities.cpp | 39 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()
|
D | Program.cpp | 360 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/ |
D | Shader.cpp | 307 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()
|
D | utilities.cpp | 205 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()
|
D | Program.cpp | 473 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/ |
D | es3fAttribLocationTests.cpp | 45 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests() 79 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests()
|
D | es3fShaderStateQueryTests.cpp | 1625 { "vec2", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC2, 1, GL_FALSE }, in test()
|
/external/deqp/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 52 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests()
|
D | es2fShaderStateQueryTests.cpp | 1327 …{ "vec2", "", "highp", "", "uniformValue.x", GL_FLOAT_VEC2, 1, GL_FALSE }, in test()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 50 DECL_TYPE(vec2, GL_FLOAT_VEC2, GLSL_TYPE_FLOAT, 2, 1)
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_dead_builtin_varyings.cpp | 112 var->type->gl_type != GL_FLOAT_VEC2 && in visit_enter()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 827 case GL_FLOAT_VEC2: return TYPE_FLOAT_VEC2; in getDataTypeFromGLType()
|
D | gluStrUtil.inl | 954 case GL_FLOAT_VEC2: return "GL_FLOAT_VEC2";
|
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 155 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/ |
D | gl2.h | 379 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 403 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
D | gl31.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
D | gl32.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 312 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 837 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 3327 case 2: return GL_FLOAT_VEC2; in glVariableType()
|