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

1 2

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 114 TYPE_INT_VEC2,
200 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_INT_VEC2, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT_VEC2, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL_VEC2, TYPE_BOOL_VEC4); }
gluShaderUtil.cpp 607 case GL_INT_VEC2: return TYPE_INT_VEC2;
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 206 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4));
254 blockB.addUniform(Uniform("b", VarType(glu::TYPE_INT_VEC2, PRECISION_LOW)));
288 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4));
342 glu::TYPE_INT_VEC2,
es3fFragmentOutputTests.cpp 905 glu::TYPE_INT_VEC2,
    [all...]
es3fDefaultVertexAttributeTests.cpp 591 { "ivec2", glu::TYPE_INT_VEC2, true },
es3fInstancedRenderingTests.cpp 692 glu::TYPE_INT_VEC2,
es3fTransformFeedbackTests.cpp     [all...]
es3fShaderOperatorTests.cpp     [all...]
es3fUniformApiTests.cpp 91 glu::TYPE_INT_VEC2,
    [all...]
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 57 DE_STATIC_ASSERT(glu::TYPE_INT+1 == glu::TYPE_INT_VEC2);
glsRandomUniformBlockCase.cpp 210 typeCandidates.push_back(glu::TYPE_INT_VEC2);
glsShaderLibraryCase.cpp 520 case TYPE_INT_VEC2: gl.uniform2iv(loc, 1, &val.elements[elemNdx].int32); break;
    [all...]
glsUniformBlockCase.cpp 377 case glu::TYPE_INT_VEC2:
702 case glu::TYPE_INT_VEC2: return "mediump float compare_ivec2 (highp ivec2 a, highp ivec2 b) { return a == b ? 1.0 : 0.0; }\n";
    [all...]
glsLongStressCase.cpp 819 case glu::TYPE_INT_VEC2: glUniform2i(location, val[0], val[1]); break;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 141 glu::TYPE_INT_VEC2,
es31fSSBOLayoutTests.cpp 269 typeCandidates.push_back(glu::TYPE_INT_VEC2);
473 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, glu::PRECISION_MEDIUMP), 4));
658 blockB.addMember(BufferVar("b", VarType(glu::TYPE_INT_VEC2, glu::PRECISION_LOWP), ACCESS_READ));
692 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, glu::PRECISION_MEDIUMP), 4));
748 glu::TYPE_INT_VEC2,
    [all...]
es31fUniformLocationTests.cpp 593 case glu::TYPE_INT_VEC2: gl.uniform2iv(gotLoc, 1, intBuf); break;
715 TYPE_INT_VEC2,
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
es31fLayoutBindingTests.cpp     [all...]
es31fProgramUniformTests.cpp 95 glu::TYPE_INT_VEC2,
    [all...]
es31fSSBOLayoutCase.cpp 345 case glu::TYPE_INT_VEC2:
824 case glu::TYPE_INT_VEC2: return "bool compare_ivec2 (highp ivec2 a, highp ivec2 b) { return a == b; }\n";
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
es2fUniformApiTests.cpp 85 glu::TYPE_INT_VEC2,
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]

Completed in 189 milliseconds

1 2