HomeSort by relevance Sort by last modified time
    Searched defs:VertexFrame (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 32 VertexFrame::VertexFrame(int size)
37 VertexFrame::~VertexFrame() {
41 bool VertexFrame::CreateBuffer() {
46 bool VertexFrame::WriteData(const uint8_t* data, int size) {
50 ALOGE("VertexFrame: Could not create vertex buffer!");
64 ALOGE("VertexFrame: Attempting to upload more data (%d bytes) than fits "
79 int VertexFrame::Size() const {
vertex_frame.h 25 // A VertexFrame stores vertex attribute data in a VBO. Unlike other frames,
26 // you often create instances of VertexFrame yourself, to pass vertex data to
28 // supported. Once data is uploaded to a VertexFrame, it cannot be read from
30 class VertexFrame {
32 // Create a VertexFrame of the specified size (in bytes).
33 explicit VertexFrame(int size);
35 ~VertexFrame();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 30 public class VertexFrame extends Frame {
34 VertexFrame(FrameFormat format, FrameManager frameManager) {
125 return "VertexFrame (" + getFormat() + ") with VBO ID " + getVboId();
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 143 milliseconds