Searched defs:mVertexProgram (Results 1 - 1 of 1) sorted by last modified time

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java77 private ProgramVertex mVertexProgram; field in class:CarouselRS
355 mVertexProgram = pvb.create();
357 ((ProgramVertexFixedFunction)mVertexProgram).bindConstants(pva);
361 mScript.set_vertexProgram(mVertexProgram);

Completed in 23 milliseconds