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

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Shader.java 43 protected Allocation mConstantBuffer;
74 mConstantBuffer = Allocation.createTyped(rs, mPerShaderConstants);
VertexShader.java 99 item.shaderConst = mConstantBuffer;
FragmentShader.java 160 item.shaderConst = mConstantBuffer;

Completed in 36 milliseconds