OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDimY
(Results
1 - 11
of
11
) sorted by null
/frameworks/rs/
rsApiType.cpp
33
(*typeData++) = t->
getDimY
();
rsType.h
74
uint32_t
getDimY
() const {return mHal.state.dimY;}
rsAllocation.cpp
657
(type0->
getDimY
() == type1->
getDimY
()) &&
680
t->getDimX(), t->
getDimY
(), data, sizeBytes, 0);
718
a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->
getDimY
(), t->getDimZ(),
720
} else if(t->
getDimY
()) {
722
t->getDimX(), t->
getDimY
(), data, sizeBytes, 0);
776
t->getDimX(), t->
getDimY
(), data, sizeBytes, 0);
[
all
...]
rsType.cpp
210
uint32_t y =
getDimY
();
236
if (t->
getDimY
() != params->dimY) continue;
300
p.dimY =
getDimY
();
rsContext.cpp
604
return mFBOCache.mHal.state.colorTargets[i]->getType()->
getDimY
();
608
return mFBOCache.mHal.state.depthTarget->getType()->
getDimY
();
rsFont.cpp
274
uint32_t cacheHeight = state->getCacheTextureType()->
getDimY
();
574
mCacheLines.push_back(new CacheTextureLine(texType->
getDimY
() - nextLine, texType->getDimX(), nextLine, 0));
/frameworks/rs/driver/
rsdFrameBuffer.cpp
84
fb->mHal.state.colorTargets[0]->getType()->
getDimY
());
87
fb->mHal.state.depthTarget->getType()->
getDimY
());
rsdAllocation.cpp
224
rsAssert(!alloc->mHal.state.type->
getDimY
());
299
alloc->mHal.drvState.lod[0].dimY = type->
getDimY
();
479
rsdAllocationData2D(rsc, alloc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, alloc->getType()->getDimX(), alloc->getType()->
getDimY
(), alloc->mHal.state.userProvidedPtr, allocSize, 0);
636
alloc->getType()->
getDimY
());
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
571
mtls->redp.dim.y = inType->
getDimY
();
655
mtls->fep.dim.y = inType->
getDimY
();
670
mtls->fep.dim.y = outType->
getDimY
();
[
all
...]
/frameworks/rs/rsov/driver/
rsovAllocation.cpp
86
alloc->mHal.drvState.lod[0].dimY = type->
getDimY
();
224
mHeight(type->
getDimY
()),
rsovScript.cpp
404
mappedMetadata[id].y_size = T->
getDimY
();
Completed in 65 milliseconds