Searched refs:isConst (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java20 boolean isConst; field in class:CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { argument
32 setIsConst(isConst);
40 public void setIsConst(boolean isConst) { argument
41 this.isConst = isConst;
44 public boolean isConst() { method in class:CType
45 return isConst;
73 return isConst && isPointer &&
92 if (isConst()) {
[all...]
H A DJniCodeEmitter.java546 if (!cfunc.getArgType(cIndex).isConst()) {
550 if (!cfunc.getArgType(cIndex).isConst()) {
1499 (cfunc.getArgType(cIndex).isConst() ?
1517 (cfunc.getArgType(cIndex).isConst() ?
1526 (cfunc.getArgType(cIndex).isConst() ?
/frameworks/rs/
H A Dspec.h14 int isConst; member in struct:__anon2068
H A Dspec.l31 currType->isConst = 1;
101 currType->isConst = 1;
H A Drsg_generator.c44 if (vt->isConst) {
177 if (!vt->isConst && vt->ptrLevel) {
186 if (vt->isConst && vt->ptrLevel) {
281 if (vt->isConst && vt->ptrLevel) {
/frameworks/compile/slang/
H A Dslang_rs_export_var.h55 inline bool isConst() const { return mIsConst; } function in class:slang::RSExportVar
H A Dslang_rs_reflection_cpp.cpp228 if (ev->isConst()) {
557 if (!EV->isConst()) {
572 if (EV->isConst()) {
598 if (!EV->isConst()) {
607 if (EV->isConst()) {
626 if (!EV->isConst()) {
639 if (EV->isConst()) {
H A Dslang_rs_reflection_state.cpp960 variable.mIsConst = EV->isConst();
1019 if (variable.mIsConst != EV->isConst()) {
H A Dslang_rs_reflection.cpp1867 if (EV->isConst()) {
2019 if (!EV->isConst()) {
2081 if (!EV->isConst()) {

Completed in 141 milliseconds