Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramStore.java257 if(rs.mProgramStore_BLEND_NONE_DEPTH_NO_DEPTH == null) { in BLEND_NONE_DEPTH_NONE()
263 rs.mProgramStore_BLEND_NONE_DEPTH_NO_DEPTH = builder.create(); in BLEND_NONE_DEPTH_NONE()
265 return rs.mProgramStore_BLEND_NONE_DEPTH_NO_DEPTH; in BLEND_NONE_DEPTH_NONE()
DRenderScript.java1125 ProgramStore mProgramStore_BLEND_NONE_DEPTH_NO_DEPTH; field in RenderScript