Home
last modified time | relevance | path

Searched defs:getCondition (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFence.h40 GLenum getCondition() const { return mCondition; } in getCondition() function
70 GLenum getCondition() const { return mCondition; } in getCondition() function
DEGLSync.h55 EGLint getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFence.h42 GLenum getCondition() const { return mCondition; } in getCondition() function
72 GLenum getCondition() const { return mCondition; } in getCondition() function
DEGLSync.h56 EGLint getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DFence.h54 GLenum getCondition() const { return mCondition; } in getCondition() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h205 TIntermTyped *getCondition() { return mCond; } in getCondition() function
806 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
844 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
896 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h229 TIntermTyped *getCondition() { return mCond; } in getCondition() function
885 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
925 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
987 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h395 Operand *getCondition() const { in getCondition() function
546 FCond getCondition() const { return Condition; } in getCondition() function
578 ICond getCondition() const { return Condition; } in getCondition() function
741 Operand *getCondition() const { return getSrc(0); } in getCondition() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h369 TIntermTyped* getCondition() { return cond; } in getCondition() function
623 TIntermTyped* getCondition() const { return condition; } in getCondition() function
672 TIntermTyped *getCondition() const { return mCondition; } in getCondition() function
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.hpp105 const Cond& getCondition (void) const { return m_cond; } in getCondition() function in deqp::gls::AttributeLocationTestUtil::Attribute
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp81 static Value *getCondition(Instruction *I) { in getCondition() function
/third_party/glslang/glslang/Include/
Dintermediate.h1660 virtual TIntermTyped* getCondition() const { return condition; } in getCondition() function
1694 virtual TIntermNode* getCondition() const { return condition; } in getCondition() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1133 CondCode getCondition() const { return setCond; } in getCondition() function