Searched refs:isUnsizedArray (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h186 bool isUnsizedArray() const { return kUnsizedArray == fCount; } function in class:GrGLShaderVar
273 if (this->isUnsizedArray()) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrShaderVar.h165 bool isUnsizedArray() const { return kUnsizedArray == fCount; } function in class:GrShaderVar
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLShaderVar.h169 if (this->isUnsizedArray()) {
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp183 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) function in namespace:deqp::gles31::bb
1831 if (isUnsizedArray(layout.bufferVars[*varNdx]))
2539 if (var.blockNdx < 0 || isUnsizedArray(var))

Completed in 4197 milliseconds