Searched defs:isConst (Results 1 - 3 of 3) 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;
63 return isConst && isPointer && baseType.equals("char");
81 if (isConst()) {
[all...]
/frameworks/rs/
H A Dspec.h14 int isConst; member in struct:__anon1574
/frameworks/compile/slang/
H A Dslang_rs_export_var.h58 inline bool isConst() const { return mIsConst; } function in class:slang::RSExportVar

Completed in 1995 milliseconds