Home
last modified time | relevance | path

Searched defs:ProgramRaster (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/rs/driver/
H A DrsdProgramRaster.cpp31 bool rsdProgramRasterInit(const Context *, const ProgramRaster *) { in rsdProgramRasterInit()
55 void rsdProgramRasterDestroy(const Context *, const ProgramRaster *) { in rsdProgramRasterDestroy()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgramRaster.java29 public class ProgramRaster extends BaseObj { class
57 ProgramRaster(long id, RenderScript rs) { in ProgramRaster() method in ProgramRaster
/aosp12/frameworks/rs/
H A DrsScriptGroup.h32 class ProgramRaster; variable
H A DrsProgramRaster.cpp23 ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite, RsCullMode cull) in ProgramRaster() function in android::renderscript::ProgramRaster
H A DrsScript.h32 class ProgramRaster; variable
H A Drs_hal.h91 class ProgramRaster; variable
/aosp12/frameworks/rs/driver/runtime/
H A Drs_structs.h137 typedef struct ProgramRaster { struct
146 } ProgramRaster_t; argument