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

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DShader.java35 protected Type mPerShaderConstants; field in class:Shader
67 if (mPerShaderConstants == null) {
71 Element constElem = mPerShaderConstants.getElement();
74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);

Completed in 113 milliseconds