HomeSort by relevance Sort by last modified time
    Searched full:bindprogramvertex (Results 1 - 14 of 14) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramVertexTest.java 168 mRS.bindProgramVertex(pv);
175 mRS.bindProgramVertex(pv);
182 mRS.bindProgramVertex(pv);
192 mRS.bindProgramVertex(pv);
200 mRS.bindProgramVertex(pv);
211 mRS.bindProgramVertex(pv);
220 mRS.bindProgramVertex(pv);
230 mRS.bindProgramVertex(pv);
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 178 mRS.bindProgramVertex(pvs);
189 mRS.bindProgramVertex(pvs);
199 mRS.bindProgramVertex(pvs);
  /frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
BallsRS.java 67 mRS.bindProgramVertex(pvs);
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 171 mRS.bindProgramVertex(pv);
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.renderscript.RenderScriptGL.html 136 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/renderscript/RenderScriptGL.html#bindProgramVertex(android.renderscript.ProgramVertex)" target="_top"><code>bindProgramVertex</code></A>(<code>ProgramVertex</code>) </nobr>
alldiffs_index_changes.html 314 <!-- Method bindProgramVertex -->
315 <nobr><A HREF="android.renderscript.RenderScriptGL.html#android.renderscript.RenderScriptGL.bindProgramVertex_changed(android.renderscript.ProgramVertex)" class="hiddenlink" target="rightframe">bindProgramVertex
    [all...]
methods_index_changes.html 139 <nobr><A HREF="android.renderscript.RenderScriptGL.html#android.renderscript.RenderScriptGL.bindProgramVertex_changed(android.renderscript.ProgramVertex)" class="hiddenlink" target="rightframe">bindProgramVertex
    [all...]
alldiffs_index_all.html     [all...]
methods_index_all.html 197 <nobr><A HREF="android.renderscript.RenderScriptGL.html#android.renderscript.RenderScriptGL.bindProgramVertex_changed(android.renderscript.ProgramVertex)" class="hiddenlink" target="rightframe">bindProgramVertex
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java 334 public void bindProgramVertex(ProgramVertex p) {
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 182 mRS.bindProgramVertex(pvbo);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 190 mRS.bindProgramVertex(pvs);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 205 mRS.bindProgramVertex(pvs);
  /frameworks/base/docs/html/guide/topics/graphics/renderscript/
graphics.jd 647 graphics context by calling {@link android.renderscript.RenderScriptGL#bindProgramVertex
648 bindProgramVertex()}. It is then used for all subsequent draw calls until you bind a new
756 glRenderer.bindProgramVertex(pvs);
    [all...]

Completed in 515 milliseconds