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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 223 DataType getDataTypeBoolVec (int vecSize);
gluShaderUtil.cpp 733 DataType getDataTypeBoolVec (int vecSize)
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]

Completed in 815 milliseconds