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

  /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 48 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 329 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32_t typeDataSize)
331 RS_DISPATCH(ctxWrapper, TypeGetNativeData, type, typeData, typeDataSize);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
KeyTypeData.java 545 String[][] typeData = (String[][])keyDataEntry[2];
588 assert typeData != null;
592 for (String[] typeDataEntry : typeData) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
KeyTypeData.java 543 String[][] typeData = (String[][])keyDataEntry[2];
586 assert typeData != null;
590 for (String[] typeDataEntry : typeData) {
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 38 typeData recType = 8
child.go 238 case typeData:
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 38 typeData recType = 8
child.go 238 case typeData:
  /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 369 native void rsnTypeGetNativeData(long con, long id, long[] typeData);
370 synchronized void nTypeGetNativeData(long id, long[] typeData) {
372 rsnTypeGetNativeData(mContext, id, typeData);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 25 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 538 typeData = FOUR_CHAR_CODE('tdta')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 538 typeData = FOUR_CHAR_CODE('tdta')
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 810 milliseconds