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

  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 28 VertexFrame::VertexFrame(int size)
33 VertexFrame::~VertexFrame() {
37 bool VertexFrame::CreateBuffer() {
42 bool VertexFrame::WriteData(const uint8_t* data, int size) {
46 ALOGE("VertexFrame: Could not create vertex buffer!");
60 ALOGE("VertexFrame: Attempting to upload more data (%d bytes) than fits "
75 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/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 94 milliseconds