HomeSort by relevance Sort by last modified time
    Searched refs:mPerShaderConstants (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Shader.java 35 protected Type mPerShaderConstants;
67 if (mPerShaderConstants == null) {
71 Element constElem = mPerShaderConstants.getElement();
74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);
VertexShader.java 58 mShader.mPerShaderConstants = type;
68 if (mShader.mPerShaderConstants != null) {
69 mBuilder.addConstant(mShader.mPerShaderConstants);
98 if (mPerShaderConstants != null) {
106 item.objectConstIndex = mPerShaderConstants != null ? 1 : 0;
FragmentShader.java 62 mShader.mPerShaderConstants = type;
79 if (mShader.mPerShaderConstants != null) {
80 mBuilder.addConstant(mShader.mPerShaderConstants);
159 if (mPerShaderConstants != null) {
167 item.objectConstIndex = mPerShaderConstants != null ? 1 : 0;

Completed in 36 milliseconds