/frameworks/rs/ |
D | rsProgramRaster.cpp | 23 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull) in ProgramRaster() argument 28 mHal.state.cull = cull; in ProgramRaster() 80 RsCullMode cull) { in getProgramRaster() argument 86 if (existing->mHal.state.cull != cull) continue; in getProgramRaster() 93 ProgramRaster *pr = new ProgramRaster(rsc, pointSprite, cull); in getProgramRaster() 103 RsProgramRaster rsi_ProgramRasterCreate(Context * rsc, bool pointSprite, RsCullMode cull) { in rsi_ProgramRasterCreate() argument 104 ObjectBaseRef<ProgramRaster> pr = ProgramRaster::getProgramRaster(rsc, pointSprite, cull); in rsi_ProgramRasterCreate()
|
D | rsProgramRaster.h | 44 RsCullMode cull; member 57 RsCullMode cull); 65 RsCullMode cull);
|
D | rsg.spec | 18 param RsCullMode cull
|
D | rsApiStubs.cpp | 799 …"C" RsProgramRaster rsProgramRasterCreate (RsContext ctxWrapper, bool pointSprite, RsCullMode cull) in rsProgramRasterCreate() argument 801 return RS_DISPATCH(ctxWrapper, ProgramRasterCreate, pointSprite, cull); in rsProgramRasterCreate()
|
D | rsApiStubs.h | 269 extern "C" RsProgramRaster rsProgramRasterCreate(RsContext rsc, bool pointSprite, RsCullMode cull)
|
/frameworks/rs/driver/ |
D | rsdProgramRaster.cpp | 36 switch (pr->mHal.state.cull) { in rsdProgramRasterSetActive()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 448 const SkRect* cull, const SkPaint* paint, bool has_colors) in DrawAtlas() 451 if (cull) { in DrawAtlas() 452 this->cull = *cull; in DrawAtlas() 462 SkRect cull = kUnset; member 470 c->drawAtlas(atlas.get(), xforms, texs, colors, count, mode, sampling, maybe_unset(cull), in draw() 755 const SkSamplingOptions& sampling, const SkRect* cull, in drawAtlas() argument 761 void* pod = this->push<DrawAtlas>(bytes, atlas, count, xfermode, sampling, cull, paint, in drawAtlas() 1088 const SkRect* cull, const SkPaint* paint) { in onDrawAtlas2() argument 1089 fDL->drawAtlas(atlas, xforms, texs, colors, count, bmode, sampling, cull, paint); in onDrawAtlas2()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FatalTestCanvas.h | 64 SkBlendMode, const SkSamplingOptions&, const SkRect* cull, const SkPaint*) { in onDrawAtlas2() argument
|
/frameworks/rs/driver/runtime/ |
D | rs_structs.h | 143 rs_cull_mode cull; member
|
D | rs_program.c | 109 return prog->mHal.state.cull; in rsgProgramRasterGetCullMode()
|
/frameworks/base/libs/hwui/tests/common/ |
D | CallCountingCanvas.h | 131 const SkRect* cull, const SkPaint* paint) override { in onDrawAtlas2() argument
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 856 summary: Get program raster cull mode 858 Get program raster cull mode
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 111 …def RsProgramRaster (*ProgramRasterCreateFnPtr) (RsContext rsc, bool pointSprite, RsCullMode cull);
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 1292 * rsgProgramRasterGetCullMode: Get program raster cull mode 1296 * Get program raster cull mode
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2557 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) in nProgramRasterCreate() argument 2561 pointSprite, cull); in nProgramRasterCreate() 2563 return (jlong)(uintptr_t)rsProgramRasterCreate((RsContext)con, pointSprite, (RsCullMode)cull); in nProgramRasterCreate()
|