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

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Renderable.java 180 if (pv != null && pv.getObjectConstants() != null) {
181 vertexConstants = Allocation.createTyped(rs, pv.getObjectConstants());
193 if (pf != null && pf.getObjectConstants() != null) {
194 fragmentConstants = Allocation.createTyped(rs, pf.getObjectConstants());
Shader.java 58 public Type getObjectConstants() {

Completed in 35 milliseconds