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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 247 int getDataTypeNumLocations (DataType dataType);
gluShaderUtil.cpp 800 int getDataTypeNumLocations (DataType dataType)
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 501 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType());
666 const int outNumLocs = glu::getDataTypeNumLocations(output.varType.getBasicType());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 351 offset += getDataTypeNumLocations(type);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 482 const int numLocations = glu::getDataTypeNumLocations(it->varType.getBasicType());
    [all...]

Completed in 154 milliseconds