Searched refs:isConst (Results 1 - 11 of 11) 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 && baseType.equals("char");
91 if (isConst()) {
[all...]
H A DJniCodeEmitter.java498 if (!cfunc.getArgType(cIndex).isConst()) {
502 if (!cfunc.getArgType(cIndex).isConst()) {
1334 (cfunc.getArgType(cIndex).isConst() ?
1347 (cfunc.getArgType(cIndex).isConst() ?
/frameworks/rs/
H A Dspec.h14 int isConst; member in struct:__anon1567
H A Dspec.l31 currType->isConst = 1;
101 currType->isConst = 1;
H A Drsg_generator.c26 if (vt->isConst) {
167 if (!vt->isConst && vt->ptrLevel) {
176 if (vt->isConst && vt->ptrLevel) {
233 if (vt->isConst && vt->ptrLevel) {
315 if ((vt->ptrLevel == 1) && (vt->isConst)) {
323 if ((vt->ptrLevel == 2) && (vt->isConst)) {
333 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
341 if ((vt->ptrLevel == 2) && (!vt->isConst)) {
498 if (vt->isConst) {
539 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Dspec.h14 int isConst; member in struct:__anon1596
H A Dspec.l31 currType->isConst = 1;
101 currType->isConst = 1;
H A Drsg_generator.c26 if (vt->isConst) {
167 if (!vt->isConst && vt->ptrLevel) {
176 if (vt->isConst && vt->ptrLevel) {
233 if (vt->isConst && vt->ptrLevel) {
315 if ((vt->ptrLevel == 1) && (vt->isConst)) {
323 if ((vt->ptrLevel == 2) && (vt->isConst)) {
333 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
341 if ((vt->ptrLevel == 2) && (!vt->isConst)) {
498 if (vt->isConst) {
539 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
[all...]
/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.cpp111 if(!ev->isConst()) {
134 if(!ev->isConst()) {
143 if(ev->isConst()) {
H A Dslang_rs_reflection.cpp860 if (EV->isConst()) {
984 if (!EV->isConst()) {
1050 if (!EV->isConst()) {

Completed in 3727 milliseconds