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

  /frameworks/rs/
rsProgramVertex.h 28 class ProgramVertex : public Program {
30 ProgramVertex(Context *,const char * shaderText, size_t shaderLength,
33 virtual ~ProgramVertex();
46 static ProgramVertex *createFromStream(Context *rsc, IStream *stream);
58 ObjectBaseRef<ProgramVertex> mDefault;
59 ObjectBaseRef<ProgramVertex> mLast;
rsProgramVertex.cpp 21 using android::renderscript::ProgramVertex;
24 ProgramVertex::ProgramVertex(Context *rsc, const char * shaderText, size_t shaderLength,
33 ProgramVertex::~ProgramVertex() {
37 void ProgramVertex::setup(Context *rsc, ProgramVertexState *state) {
66 void ProgramVertex::setProjectionMatrix(Context *rsc, const rsc_Matrix *m) const {
84 void ProgramVertex::setModelviewMatrix(Context *rsc, const rsc_Matrix *m) const {
102 void ProgramVertex::setTextureMatrix(Context *rsc, const rsc_Matrix *m) const {
120 void ProgramVertex::getProjectionMatrix(Context *rsc, rsc_Matrix *m) const
    [all...]
rsContext.h 102 ObjectBaseRef<ProgramVertex> mVertex;
131 void setProgramVertex(ProgramVertex *);
141 ProgramVertex * getProgramVertex() {return mVertex.get();}
170 ProgramVertex * getDefaultProgramVertex() const {
324 ObjectBaseRef<ProgramVertex> mVertex;
rsScript.h 30 class ProgramVertex;
109 ObjectBaseRef<ProgramVertex> mVertex;
rsScriptGroup.h 30 class ProgramVertex;
rs_hal.h 92 class ProgramVertex;
329 bool (*init)(const Context *rsc, const ProgramVertex *pv,
333 void (*setActive)(const Context *rsc, const ProgramVertex *pv);
334 void (*destroy)(const Context *rsc, const ProgramVertex *pv);
rsRuntime.h 35 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
39 void rsrBindProgramVertex(Context *, ProgramVertex *);
rsScriptC_LibGL.cpp 57 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) {
79 void rsrBindProgramVertex(Context *rsc, ProgramVertex *pv) {
rsContext.cpp 655 void Context::setProgramVertex(ProgramVertex *pv) {
790 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv);
  /frameworks/rs/driver/
rsdProgramVertex.h 23 const android::renderscript::ProgramVertex *,
28 const android::renderscript::ProgramVertex *);
30 const android::renderscript::ProgramVertex *);
rsdProgram.cpp 37 using android::renderscript::ProgramVertex;
39 bool rsdProgramVertexInit(const Context *rsc, const ProgramVertex *pv,
63 void rsdProgramVertexSetActive(const Context *rsc, const ProgramVertex *pv) {
70 void rsdProgramVertexDestroy(const Context *rsc, const ProgramVertex *pv) {
rsdRuntimeStubs.cpp 49 using android::renderscript::ProgramVertex;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 45 * ProgramVertex, also know as a vertex shader, describes a
50 public class ProgramVertex extends Program {
52 ProgramVertex(long id, RenderScript rs) {
79 * Builder class for creating ProgramVertex objects.
119 * Creates ProgramVertex from the current state of the builder
121 * @return ProgramVertex
123 public ProgramVertex create() {
148 ProgramVertex pv = new ProgramVertex(id, mRS);
RenderScriptGL.java 327 * Set the default ProgramVertex object seen as the parent state by the
332 public void bindProgramVertex(ProgramVertex p) {
ProgramVertexFixedFunction.java 28 public class ProgramVertexFixedFunction extends ProgramVertex {
171 * @return Fixed function emulation ProgramVertex
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 58 ProgramVertex.Builder sb = new ProgramVertex.Builder(mRS);
70 ProgramVertex pvs = sb.create();
  /frameworks/rs/script_api/
rs_graphics.spec 156 summary: Handle to a ProgramVertex
158 Opaque handle to a RenderScript ProgramVertex object.
159 See: android.renderscript.ProgramVertex
261 Bind a new Allocation object to a ProgramFragment or ProgramVertex.
342 summary: Bind a ProgramVertex
344 Bind a new ProgramVertex to the rendering context.
566 function uses the default passthough ProgramVertex. Any bound ProgramVertex
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 5248 milliseconds