Searched defs:bo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp47 buffer_t* bo = mBuffers.valueAt(i); local
48 free(bo->data);
49 delete bo;
60 buffer_t* bo = new buffer_t; local
61 bo->data = 0;
62 bo->usage = GL_STATIC_DRAW;
63 bo->size = 0;
64 bo->name = buffer;
65 mBuffers.add(buffer, bo);
66 return bo;
69 allocateStore(buffer_t* bo, GLsizeiptr size, GLenum usage) argument
93 buffer_t* bo = mBuffers.valueAt(index); local
[all...]
H A Darray.cpp314 const GLvoid *pointer, const buffer_t* bo, GLsizei count)
333 this->bo = bo;
339 physical_pointer = (bo) ? (bo->data + uintptr_t(pointer)) : pointer;
1160 if (am.vertex.bo || am.vertex.pointer) {
1167 if (am.normal.bo || am.normal.pointer) {
1175 if (am.color.bo || am.color.pointer) {
1179 if (am.color.bo || am.color.pointer) {
1193 if (am.texture[i].bo || a
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
1462 buffer_t const* bo = 0; local
1489 buffer_t const* bo = ((target == GL_ARRAY_BUFFER) ? local
1519 buffer_t const* bo = ((target == GL_ARRAY_BUFFER) ? local
[all...]
H A Dcontext.h189 buffer_t const* bo; member in struct:android::gl::array_t
/frameworks/base/packages/Osu/src/com/android/anqp/
H A DConstants.java172 public static long getInteger(ByteBuffer payload, ByteOrder bo, int size) { argument
176 if (bo == ByteOrder.LITTLE_ENDIAN) {

Completed in 235 milliseconds