OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportedVariableCount
(Results
1 - 13
of
13
) sorted by null
/frameworks/rs/
rsScript.cpp
46
if (slot >= mHal.info.
exportedVariableCount
) {
58
if (slot >= mHal.info.
exportedVariableCount
) {
67
if (slot >= mHal.info.
exportedVariableCount
) {
76
if (slot >= mHal.info.
exportedVariableCount
) {
86
if (slot >= mHal.info.
exportedVariableCount
) {
rsScriptC.cpp
110
for (uint32_t ct=0; ct < mHal.info.
exportedVariableCount
; ct++) {
376
mSlots = new ObjectBaseRef<Allocation>[mHal.info.
exportedVariableCount
];
377
mTypes = new ObjectBaseRef<const Type>[mHal.info.
exportedVariableCount
];
rsScript.h
71
size_t
exportedVariableCount
;
/frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp
92
s->mHal.info.
exportedVariableCount
= 1;
rsCpuIntrinsic3DLUT.cpp
179
s->mHal.info.
exportedVariableCount
= 1;
rsCpuIntrinsicYuvToRGB.cpp
219
s->mHal.info.
exportedVariableCount
= 1;
rsCpuScript.cpp
710
script->mHal.info.
exportedVariableCount
= info->getExportVarNames().size();
726
script->mHal.info.
exportedVariableCount
= mExportedVariableCount;
[
all
...]
rsCpuIntrinsicBlend.cpp
492
s->mHal.info.
exportedVariableCount
= 0;
rsCpuIntrinsicHistogram.cpp
315
s->mHal.info.
exportedVariableCount
= 2;
rsCpuIntrinsicBlur.cpp
434
s->mHal.info.
exportedVariableCount
= 2;
rsCpuIntrinsicColorMatrix.cpp
911
s->mHal.info.
exportedVariableCount
= 2;
rsCpuIntrinsicConvolve3x3.cpp
498
s->mHal.info.
exportedVariableCount
= 2;
rsCpuIntrinsicConvolve5x5.cpp
684
s->mHal.info.
exportedVariableCount
= 2;
Completed in 95 milliseconds