HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT_VEC3 (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 97 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, PRECISION_HIGH), UNUSED_BOTH); // First member is unused.
130 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, PRECISION_HIGH), UNUSED_BOTH);
165 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, PRECISION_HIGH));
205 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, PRECISION_HIGH));
343 glu::TYPE_INT_VEC3,
es3fFragmentOutputTests.cpp 906 glu::TYPE_INT_VEC3,
    [all...]
es3fDefaultVertexAttributeTests.cpp 592 { "ivec3", glu::TYPE_INT_VEC3, true },
es3fInstancedRenderingTests.cpp 693 glu::TYPE_INT_VEC3,
es3fUniformApiTests.cpp 92 glu::TYPE_INT_VEC3,
470 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_UINT_VEC4, glu::TYPE_FLOAT_MAT3, glu::TYPE_BOOL_VEC2 };
485 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_BOOL_VEC2 };
    [all...]
es3fTransformFeedbackTests.cpp     [all...]
es3fShaderOperatorTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 115 TYPE_INT_VEC3,
gluShaderUtil.cpp 608 case GL_INT_VEC3: return TYPE_INT_VEC3;
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 58 DE_STATIC_ASSERT(glu::TYPE_INT+2 == glu::TYPE_INT_VEC3);
glsRandomUniformBlockCase.cpp 211 typeCandidates.push_back(glu::TYPE_INT_VEC3);
glsShaderLibraryCase.cpp 521 case TYPE_INT_VEC3: gl.uniform3iv(loc, 1, &val.elements[elemNdx].int32); break;
    [all...]
glsUniformBlockCase.cpp 382 case glu::TYPE_INT_VEC3:
703 case glu::TYPE_INT_VEC3: return "mediump float compare_ivec3 (highp ivec3 a, highp ivec3 b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
glsLongStressCase.cpp 820 case glu::TYPE_INT_VEC3: glUniform3i(location, val[0], val[1], val[2]); break;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 270 typeCandidates.push_back(glu::TYPE_INT_VEC3);
364 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, glu::PRECISION_HIGHP)); // \todo [pyry] First member is unused.
397 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, glu::PRECISION_HIGHP)); // \todo [pyry] UNUSED
432 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, glu::PRECISION_HIGHP));
472 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, glu::PRECISION_HIGHP));
556 typeS.addMember("a", VarType(glu::TYPE_INT_VEC3, glu::PRECISION_HIGHP));
749 glu::TYPE_INT_VEC3,
    [all...]
es31fUniformBlockTests.cpp 142 glu::TYPE_INT_VEC3,
es31fProgramUniformTests.cpp 96 glu::TYPE_INT_VEC3,
450 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_UINT_VEC4, glu::TYPE_FLOAT_MAT3, glu::TYPE_BOOL_VEC2 };
465 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_BOOL_VEC2 };
    [all...]
es31fUniformLocationTests.cpp 594 case glu::TYPE_INT_VEC3: gl.uniform3iv(gotLoc, 1, intBuf); break;
716 TYPE_INT_VEC3,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
es31fLayoutBindingTests.cpp     [all...]
es31fSSBOLayoutCase.cpp 350 case glu::TYPE_INT_VEC3:
825 case glu::TYPE_INT_VEC3: return "bool compare_ivec3 (highp ivec3 a, highp ivec3 b) { return a == b; }\n";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 86 glu::TYPE_INT_VEC3,
404 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_FLOAT_MAT3, glu::TYPE_BOOL_VEC2 };
419 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_BOOL_VEC2 };
    [all...]
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 1250 milliseconds

1 2