OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportedVariableCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/rs/
rsScript.h
41
size_t
exportedVariableCount
;
rsScriptC.cpp
55
for (uint32_t ct=0; ct < mHal.info.
exportedVariableCount
; ct++) {
76
for (uint32_t ct=0; ct < mHal.info.
exportedVariableCount
; ct++) {
285
mSlots = new ObjectBaseRef<Allocation>[mHal.info.
exportedVariableCount
];
286
mTypes = new ObjectBaseRef<const Type>[mHal.info.
exportedVariableCount
];
rsScript.cpp
43
if (slot >= mHal.info.
exportedVariableCount
) {
58
if (slot >= mHal.info.
exportedVariableCount
) {
67
if (slot >= mHal.info.
exportedVariableCount
) {
/frameworks/base/libs/rs/driver/
rsdBcc.cpp
166
script->mHal.info.
exportedVariableCount
= drv->ME->getExportVarCount();
Completed in 497 milliseconds