Home
last modified time | relevance | path

Searched refs:RS_DEPTH_FUNC_ALWAYS (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dprogram_store.rs27 _RS_ASSERT(rsgProgramStoreGetDepthFunc(depthWriteEnable) == RS_DEPTH_FUNC_ALWAYS);
37 _RS_ASSERT(rsgProgramStoreGetDepthFunc(colorRWriteEnable) == RS_DEPTH_FUNC_ALWAYS);
47 _RS_ASSERT(rsgProgramStoreGetDepthFunc(colorGWriteEnable) == RS_DEPTH_FUNC_ALWAYS);
57 _RS_ASSERT(rsgProgramStoreGetDepthFunc(colorBWriteEnable) == RS_DEPTH_FUNC_ALWAYS);
67 _RS_ASSERT(rsgProgramStoreGetDepthFunc(colorAWriteEnable) == RS_DEPTH_FUNC_ALWAYS);
77 _RS_ASSERT(rsgProgramStoreGetDepthFunc(ditherEnable) == RS_DEPTH_FUNC_ALWAYS);
87 _RS_ASSERT(rsgProgramStoreGetDepthFunc(blendSrc) == RS_DEPTH_FUNC_ALWAYS);
97 _RS_ASSERT(rsgProgramStoreGetDepthFunc(blendDst) == RS_DEPTH_FUNC_ALWAYS);
/frameworks/rs/driver/
DrsdProgramStore.cpp50 case RS_DEPTH_FUNC_ALWAYS: in rsdProgramStoreInit()
/frameworks/support/renderscript/v8/rs_support/
DrsDefines.h220 RS_DEPTH_FUNC_ALWAYS, enumerator
/frameworks/rs/
DrsDefines.h220 RS_DEPTH_FUNC_ALWAYS, enumerator
DrsFont.cpp536 RS_DEPTH_FUNC_ALWAYS).get()); in initRenderState()
/frameworks/rs/scriptc/
Drs_types.rsh541 RS_DEPTH_FUNC_ALWAYS = 0,
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_types.rsh541 RS_DEPTH_FUNC_ALWAYS = 0,