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

  /hardware/libhardware/include/hardware/
copybit.h 146 struct copybit_device_t { struct
158 int (*set_parameter)(struct copybit_device_t *dev, int name, int value);
168 int (*get)(struct copybit_device_t *dev, int name);
180 int (*blit)(struct copybit_device_t *dev,
197 int (*stretch)(struct copybit_device_t *dev,
209 struct copybit_device_t** device) {
214 static inline int copybit_close(struct copybit_device_t* device) {
  /hardware/msm7k/libcopybit/
copybit.cpp 57 struct copybit_device_t device;
248 struct copybit_device_t *dev,
313 static int get(struct copybit_device_t *dev, int name)
342 struct copybit_device_t *dev,
415 struct copybit_device_t *dev,
  /frameworks/base/libs/surfaceflinger/
LayerBuffer.h 25 struct copybit_device_t;
218 copybit_device_t* mBlitEngine;
SurfaceFlinger.h 43 struct copybit_device_t;
LayerBuffer.cpp 494 copybit_device_t* copybit = mLayer.mBlitEngine;
549 copybit_device_t* copybit = mLayer.mBlitEngine;
  /frameworks/base/opengl/libagl/
state.cpp 112 struct copybit_device_t* copyBits;
149 copybit_close((struct copybit_device_t*) c->copybits.blitEngine);
copybit.cpp 278 copybit_device_t* copybit = c->copybits.blitEngine;
egl.cpp 242 copybit_device_t* blitengine;
485 copybit_device_t* const copybit = blitengine;
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 609 copybit_device_t* blitEngine;

Completed in 727 milliseconds