/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Shader.cpp | 308 case GL_FLOAT_VEC2: return true; in compareVarying() 321 case GL_FLOAT_VEC2: return true; in compareVarying() 334 case GL_FLOAT_VEC2: return true; in compareVarying() 347 case GL_FLOAT_VEC2: return true; in compareVarying() 352 case GL_FLOAT_VEC2: in compareVarying() 360 case GL_FLOAT_VEC2: return true; in compareVarying()
|
D | utilities.cpp | 60 case GL_FLOAT_VEC2: in UniformComponentCount() 105 case GL_FLOAT_VEC2: in UniformComponentType() 203 case GL_FLOAT_VEC2: in VariableRowCount() 263 case GL_FLOAT_VEC2: in VariableColumnCount()
|
D | Program.cpp | 499 static GLenum floatType[] = { GL_FLOAT, GL_FLOAT_VEC2, GL_FLOAT_VEC3, GL_FLOAT_VEC4 }; in setUniformfv() 1116 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-deps/glslang/glslang/MachineIndependent/ |
D | gl_types.h | 27 #define GL_FLOAT_VEC2 0x8B50 macro
|
D | reflection.cpp | 593 case EbtFloat: return GL_FLOAT_VEC2 + offset; in mapToGlType()
|
/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/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/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 1132 case GL_FLOAT_VEC2: return TYPE_FLOAT_VEC2; in getDataTypeFromGLType()
|
D | gluStrUtil.inl | 954 case GL_FLOAT_VEC2: return "GL_FLOAT_VEC2";
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 379 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 314 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 314 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 411 case GL_FLOAT_VEC2: in fill() 1452 case GL_FLOAT_VEC2: in setUniform()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 403 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 763 GLint expected5[] = { 2, GL_FLOAT_VEC2, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0 }; in Run() 1173 GLint expected5[] = { 2, GL_FLOAT_VEC2, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0 }; in Run()
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 314 #define GL_FLOAT_VEC2 0x8B50 macro
|
D | gl31.h | 316 #define GL_FLOAT_VEC2 0x8B50 macro
|
D | gl32.h | 316 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 314 #define GL_FLOAT_VEC2 0x8B50 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 922 #define GL_FLOAT_VEC2 0x8B50 macro
|