/frameworks/rs/driver/runtime/ |
rs_core.c | 200 extern rs_allocation_cubemap_face __attribute__((overloadable)) rsGetFace(rs_kernel_context ctxt) { 201 return (rs_allocation_cubemap_face)(((struct RsExpandKernelDriverInfo *)ctxt)->current.face);
|
/frameworks/rs/script_api/include/ |
rs_object_types.rsh | 93 * rs_allocation_cubemap_face: Enum for selecting cube map faces 105 } rs_allocation_cubemap_face;
|
rs_for_each.rsh | 416 extern rs_allocation_cubemap_face __attribute__((overloadable))
|
rs_allocation_data.rsh | 108 uint32_t dstMip, rs_allocation_cubemap_face dstFace, uint32_t width, 110 uint32_t srcYoff, uint32_t srcMip, rs_allocation_cubemap_face srcFace); [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_object_types.rsh | 93 * rs_allocation_cubemap_face: Enum for selecting cube map faces 105 } rs_allocation_cubemap_face;
|
rs_for_each.rsh | 416 extern rs_allocation_cubemap_face __attribute__((overloadable))
|
rs_allocation_data.rsh | 108 uint32_t dstMip, rs_allocation_cubemap_face dstFace, uint32_t width, 110 uint32_t srcYoff, uint32_t srcMip, rs_allocation_cubemap_face srcFace); [all...] |
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
simple.rs | 77 rs_allocation_cubemap_face cubemap_face_global;
|
/frameworks/rs/tests/lldb/java/KernelVariables/src/rs/ |
simple.rs | 77 rs_allocation_cubemap_face cubemap_face_global;
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
simple.rs | 77 rs_allocation_cubemap_face cubemap_face_global;
|
/frameworks/rs/script_api/ |
rs_object_types.spec | 87 type: rs_allocation_cubemap_face
|
rs_allocation_data.spec | 70 arg: rs_allocation_cubemap_face dstFace, "Cubemap face of the destination allocation. Ignored for allocations that aren't cubemaps." 77 arg: rs_allocation_cubemap_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps."
|
rs_for_each.spec | 434 ret: rs_allocation_cubemap_face
|
/frameworks/rs/rsov/driver/ |
rsovRuntimeStubs.cpp | 109 } rs_allocation_cubemap_face; typedef in typeref:enum:__anon46763 209 rs_allocation_cubemap_face dstFace, uint32_t width, 212 rs_allocation_cubemap_face srcFace) { [all...] |
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 123 } rs_allocation_cubemap_face; typedef in typeref:enum:__anon46684 223 uint32_t dstMip, rs_allocation_cubemap_face dstFace, 227 uint32_t srcMip, rs_allocation_cubemap_face srcFace) { [all...] |
/frameworks/rs/tests/lldb/tests/harness/ |
RS_funs.py | [all...] |
/frameworks/compile/slang/tests/P_all_api_14/ |
all14.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_15/ |
all15.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_16/ |
all16.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_17/ |
all17.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_23/ |
all23.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_18/ |
all18.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_19/ |
all19.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_20/ |
all20.rs | [all...] |
/frameworks/compile/slang/tests/P_all_api_24/ |
all24.rs | [all...] |