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

  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 35 void encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix);
blocklayout.cpp 66 void BlockLayoutEncoder::encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix)
277 encoder->encodeType(variable->type, variable->arraySize, false);
314 encoder->encodeType(variable.type, variable.arraySize, false);

Completed in 56 milliseconds