Searched refs:isConst (Results 1 - 8 of 8) 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()) {
1485 (cfunc.getArgType(cIndex).isConst() ?
1503 (cfunc.getArgType(cIndex).isConst() ?
1512 (cfunc.getArgType(cIndex).isConst() ?
/frameworks/rs/
H A Dspec.h14 int isConst; member in struct:__anon1722
H A Dspec.l31 currType->isConst = 1;
101 currType->isConst = 1;
H A Drsg_generator.c44 if (vt->isConst) {
176 if (!vt->isConst && vt->ptrLevel) {
185 if (vt->isConst && vt->ptrLevel) {
280 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.cpp226 if (ev->isConst()) {
555 if (!EV->isConst()) {
570 if (EV->isConst()) {
596 if (!EV->isConst()) {
605 if (EV->isConst()) {
624 if (!EV->isConst()) {
637 if (EV->isConst()) {
H A Dslang_rs_reflection.cpp1662 if (EV->isConst()) {
1814 if (!EV->isConst()) {
1871 if (!EV->isConst()) {

Completed in 81 milliseconds