Searched refs:getType (Results 126 - 150 of 287) sorted by relevance

1234567891011>>

/frameworks/native/libs/gui/
H A DSensorManager.cpp123 if (mSensorList[i]->getType() == type)
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java53 public CType getType() { method in class:CFunc
/frameworks/native/services/surfaceflinger/
H A DTransform.h63 uint32_t getType() const;
/frameworks/rs/driver/
H A DrsdBcc.cpp258 mtls->fep.dimX = ain->getType()->getDimX();
259 mtls->fep.dimY = ain->getType()->getDimY();
260 mtls->fep.dimZ = ain->getType()->getDimZ();
261 //mtls->dimArray = ain->getType()->getDimArray();
263 mtls->fep.dimX = aout->getType()->getDimX();
264 mtls->fep.dimY = aout->getType()->getDimY();
265 mtls->fep.dimZ = aout->getType()->getDimZ();
266 //mtls->dimArray = aout->getType()->getDimArray();
299 rsAssert(!ain || (ain->getType()->getDimZ() == 0));
316 mtls->fep.eStrideIn = ain->getType()
[all...]
H A DrsdMeshObj.cpp78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement();
H A DrsdAllocation.cpp289 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL);
302 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr);
320 drv->glType = rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
406 drv->readBackFBO->setDimensions(alloc->getType()->getDimX(),
407 alloc->getType()->getDimY());
431 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) {
691 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
831 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1;
833 for (uint32_t lod=0; lod < (alloc->getType()->getLODCount() -1); lod++) {
834 switch (alloc->getType()
[all...]
/frameworks/rs/
H A DrsAllocation.cpp63 mHal.state.eType = mHal.state.type->getElement()->getType();
293 writePackedData(rsc, getType(), dst, src, true);
298 uint32_t paddedBytes = getType()->getElement()->getSizeBytes();
299 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded();
305 writePackedData(rsc, getType(), dst, src, false);
499 const Type * t = a->getType();
530 const Type * t = a->getType();
668 a->getType()->incUserRef();
670 return a->getType();
H A DrsProgram.cpp147 if (alloc->getType() != mConstantTypes[slot].get()) {
175 if (a && a->getType()->getDimFaces() && mHal.state.textureTargets[slot] != RS_TEXTURE_CUBE) {
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdBcc.cpp433 mtls->fep.dimX = ain->getType()->getDimX();
434 mtls->fep.dimY = ain->getType()->getDimY();
435 mtls->fep.dimZ = ain->getType()->getDimZ();
436 //mtls->dimArray = ain->getType()->getDimArray();
438 mtls->fep.dimX = aout->getType()->getDimX();
439 mtls->fep.dimY = aout->getType()->getDimY();
440 mtls->fep.dimZ = aout->getType()->getDimZ();
441 //mtls->dimArray = aout->getType()->getDimArray();
474 rsAssert(!ain || (ain->getType()->getDimZ() == 0));
491 mtls->fep.eStrideIn = ain->getType()
[all...]
H A DrsdAllocation.cpp124 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL);
139 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr);
222 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) {
384 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
524 uint32_t numFaces = alloc->getType()->getDimFaces() ? 6 : 1;
526 for (uint32_t lod=0; lod < (alloc->getType()->getLODCount() -1); lod++) {
527 switch (alloc->getType()->getElement()->getSizeBits()) {
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java88 if (!expectedType.isAssignableFrom(instrField.getType())) {
/frameworks/base/native/android/
H A Dsensor.cpp144 return static_cast<Sensor const*>(sensor)->getType();
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java94 /** See {@link ContentProvider#getType ContentProvider.getType} */
95 public String getType(Uri url) throws RemoteException { method in class:ContentProviderClient
97 return mContentProvider.getType(url);
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java221 public int getType(int column) { method in class:SortCursor
222 return mCursor.getType(column);
/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java149 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
169 if (va != null && va.getType().hasFaces() &&
H A DScript.java309 public Type getType() { method in class:Script.FieldBase
310 return mAllocation.getType();
/frameworks/base/keystore/java/android/security/
H A DCredentials.java145 if (o.getType().equals("CERTIFICATE")) {
149 throw new IllegalArgumentException("Unknown type " + o.getType());
/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java250 (netInfo.getType() == ConnectivityManager.TYPE_WIFI ||
251 netInfo.getType() == ConnectivityManager.TYPE_ETHERNET) ) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTextResult.java222 public TestType getType() { method in class:TextResult
249 bundle.putString("type", getType().name());
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java119 EntryType getType() { method in class:TrackerEntry
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DRenderable.java182 Element vertexConst = vertexConstants.getType().getElement();
195 Element fragmentConst = fragmentConstants.getType().getElement();
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java309 public Type getType() { method in class:Script.FieldBase
310 return mAllocation.getType();
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp274 writePackedData(rsc, getType(), dst, src, true);
279 uint32_t paddedBytes = getType()->getElement()->getSizeBytes();
280 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded();
286 writePackedData(rsc, getType(), dst, src, false);
437 const Type * t = a->getType();
468 const Type * t = a->getType();
581 a->getType()->incUserRef();
583 return a->getType();
/frameworks/base/tools/aapt/
H A DXMLNode.cpp618 XMLNode::type XMLNode::getType() const
713 if (getType() == XMLNode::TYPE_ELEMENT
733 if (child->getType() == XMLNode::TYPE_ELEMENT
745 if (getType() == TYPE_CDATA) {
756 if (getType() == TYPE_CDATA) {
768 if (getType() == TYPE_CDATA) {
804 if (getType() != TYPE_CDATA) {
847 if (node->getType() == TYPE_CDATA) {
894 if (getType() == TYPE_ELEMENT) {
928 if (getType()
[all...]
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java239 pvbCustom.addConstant(mVSConst.getAllocation().getType());
250 pfbCustom.addConstant(mFSConst.getAllocation().getType());
258 pvbCustom.addConstant(mVSConst2.getAllocation().getType());
265 pfbCustom.addConstant(mFSConst2.getAllocation().getType());
273 pvbCustom.addConstant(mVSConst.getAllocation().getType());

Completed in 1383 milliseconds

1234567891011>>