HomeSort by relevance Sort by last modified time
    Searched refs:rs_allocation_cubemap_face (Results 1 - 14 of 14) sorted by null

  /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...]
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py     [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/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/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
  /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...]

Completed in 593 milliseconds