HomeSort by relevance Sort by last modified time
    Searched refs:getDataTypeUintVec (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 189 DataType getDataTypeUintVec (int vecSize);
gluShaderUtil.cpp 509 DataType getDataTypeUintVec (int vecSize)
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 300 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
319 const glu::DataType uintBasicType = glu::getDataTypeUintVec(vecSize);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]

Completed in 170 milliseconds