Home
last modified time | relevance | path

Searched refs:mAlphaTestFunc (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DGLES1State.cpp78 mAlphaTestFunc(AlphaTestFunc::AlwaysPass),
162 mAlphaTestFunc = AlphaTestFunc::AlwaysPass; in initialize()
185 mAlphaTestFunc = func; in setAlphaFunc()
DGLES1State.h323 AlphaTestFunc mAlphaTestFunc; variable
DGLES1Renderer.cpp298 ToGLenum(gles1State.mAlphaTestFunc)); in prepareForDraw()
DState.cpp2948 *params = ToGLenum(mGLES1State.mAlphaTestFunc); in getIntegerv()