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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
ctxt_default.rs 33 _RS_ASSERT_EQU(rsGetFace(context), RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
  /frameworks/rs/script_api/include/
rs_object_types.rsh 99 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 99 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 324 GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
403 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
422 GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
473 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
525 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
528 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
675 GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
692 GetOffsetPtr(alloc, x, y, z, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
  /frameworks/rs/driver/
rsdAllocation.cpp 481 rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->getDimY(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
824 uint8_t * ptr = GetOffsetPtr(alloc, xoff, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X);
    [all...]
  /frameworks/rs/
rsDefines.h 109 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0,
rsAllocation.cpp 177 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) ||
679 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
721 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
775 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
    [all...]
rsAllocation.h 196 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
rsFont.cpp 476 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight,
  /frameworks/rs/script_api/
rs_object_types.spec 90 value: RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X = 0
  /frameworks/rs/cpp/
Allocation.cpp 43 mSelectedFace(RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) {
182 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, 0, 0, stride, sizeof(size_t));
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs     [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 333 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 164 milliseconds