Home
last modified time | relevance | path

Searched refs:Variable (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/include/
Dcube.frag.h36 9(uFragColor): 8(ptr) Variable Output
40 13(tex): 12(ptr) Variable UniformConstant
42 16(texcoord): 15(ptr) Variable Input
Dcube.vert.h52 9(texcoord): 8(ptr) Variable Output
60 17(ubuf): 16(ptr) Variable Uniform
64 21(gl_VertexIndex): 20(ptr) Variable Input
68 28: 27(ptr) Variable Output
/frameworks/compile/slang/
Dslang_rs_reflection_state.h697 struct Variable { struct
698 Variable() : mInitializers(nullptr) { } in Variable() argument
699 ~Variable() { delete [] mInitializers; } in ~Variable() argument
701 Variable(const Variable &) = delete;
702 void operator=(const Variable &) = delete; argument
711 ArrayWithCursor<Variable> mVariables;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java191 if (mValue instanceof Variable) { in execute()
192 String varName = ((Variable)mValue).name; in execute()
222 private static class Variable { class in GraphReader
225 public Variable(String name) { in Variable() method in GraphReader.Variable
427 return new Variable(strValue); in getAssignmentValue()
/frameworks/opt/gamesdk/third_party/cube/app/
Dbuild.gradle28 throw new GradleException('Environment Variable ANDROID_NDK_HOME for NDK path need to be setup')
/frameworks/native/cmds/dumpstate/
DREADME.md122 if [ -z "${BR_DIR}" ] ; then echo "Variable BR_DIR not set"; else adb shell rm -rf ${BR_DIR}/*; fi
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc27 // Variable Index //
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-module.cmake.in130 message(AUTHOR_WARNING "Variable Protobuf_SRC_ROOT_FOLDER defined, but not"
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc33 // Variable Index //
/frameworks/compile/libbcc/
DREADME.rst157 * **Exported Variable List** (MCO_ExportVarList) -
/frameworks/base/config/
Dpreloaded-classes5791 java.lang.ProcessEnvironment$Variable