Home
last modified time | relevance | path

Searched refs:IsImageCube (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/hlsl/
DImageFunctionHLSL.cpp123 IsImageCube(imageFunction.image)) in OutputImageSizeFunctionBody()
163 IsImageCube(imageFunction.image)) in OutputImageLoadFunctionBody()
186 IsImage2D(imageFunction.image) || IsImageCube(imageFunction.image) || in OutputImageStoreFunctionBody()
/external/angle/src/compiler/translator/
DBaseTypes.h952 inline bool IsImageCube(TBasicType type) in IsImageCube() function