HomeSort by relevance Sort by last modified time
    Searched refs:typeData (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/rs/
rsApiType.cpp 26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize) {
29 // mHal.state.lodCount; mHal.state.faces; mElement; into typeData
32 (*typeData++) = t->getDimX();
33 (*typeData++) = t->getDimY();
34 (*typeData++) = t->getDimZ();
35 (*typeData++) = t->getDimLOD() ? 1 : 0;
36 (*typeData++) = t->getDimFaces() ? 1 : 0;
37 (*typeData++) = (uintptr_t)t->getElement();
rs.h 50 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
rsHidlAdaptation.h 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
rsApiStubs.h 56 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t typeDataSize);
rsApiStubs.cpp 324 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32_t typeDataSize)
326 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
DefinedAtom.h 124 typeData, // read-write data
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
KeyTypeData.java 546 String[][] typeData = (String[][])keyDataEntry[2];
589 assert typeData != null;
593 for (String[] typeDataEntry : typeData) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
KeyTypeData.java 544 String[][] typeData = (String[][])keyDataEntry[2];
587 assert typeData != null;
591 for (String[] typeDataEntry : typeData) {
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 38 typeData recType = 8
child.go 243 case typeData:
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 38 typeData recType = 8
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 435 native void rsnTypeGetNativeData(long con, long id, long[] typeData);
436 synchronized void nTypeGetNativeData(long id, long[] typeData) {
438 rsnTypeGetNativeData(mContext, id, typeData);
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java 381 native void rsnTypeGetNativeData(long con, long id, long[] typeData);
382 synchronized void nTypeGetNativeData(long id, long[] typeData) {
384 rsnTypeGetNativeData(mContext, id, typeData);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 24 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);

Completed in 2701 milliseconds

1 2