Searched defs:srcFunc (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp46 deUint32 srcFunc; member in struct:deqp::gls::InteractionTestUtil::BlendState
51 , srcFunc (0)
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DBatch.java181 * @param srcFunc the source function, e.g. GL20.GL_SRC_ALPHA. If set to -1, Batch won't change the blending function.
183 public void setBlendFunction (int srcFunc, int dstFunc); argument
H A DPolygonSpriteBatch.java1223 public void setBlendFunction (int srcFunc, int dstFunc) { argument
1224 if (blendSrcFunc == srcFunc && blendDstFunc == dstFunc) return;
1226 blendSrcFunc = srcFunc;
H A DSpriteBatch.java994 public void setBlendFunction (int srcFunc, int dstFunc) { argument
995 if (blendSrcFunc == srcFunc && blendDstFunc == dstFunc) return;
997 blendSrcFunc = srcFunc;
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp199 BlendFunc srcFunc; member in struct:rr::BlendState
204 , srcFunc (BLENDFUNC_ONE)

Completed in 114 milliseconds