Searched defs:isConst (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Dspec.h14 int isConst; member in struct:__anon1722
/frameworks/compile/slang/
H A Dslang_rs_export_var.h55 inline bool isConst() const { return mIsConst; } function in class:slang::RSExportVar
/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...]

Completed in 167 milliseconds