Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DCType.java20 boolean isConst; field in CType
30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType()
40 public void setIsConst(boolean isConst) { in setIsConst()
44 public boolean isConst() { in isConst() method in CType
/frameworks/compile/slang/
Dslang_rs_export_var.h55 inline bool isConst() const { return mIsConst; } in isConst() function
/frameworks/rs/
Dspec.h14 int isConst; member