Searched refs:bo (Results 1 - 5 of 5) 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;
1156 if (am.vertex.bo || am.vertex.pointer) {
1163 if (am.normal.bo || am.normal.pointer) {
1171 if (am.color.bo || am.color.pointer) {
1175 if (am.color.bo || am.color.pointer) {
1189 if (am.texture[i].bo || a
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
1458 buffer_t const* bo = 0; local
1485 buffer_t const* bo = ((target == GL_ARRAY_BUFFER) ? local
1515 buffer_t const* bo = ((target == GL_ARRAY_BUFFER) ? local
[all...]
H A DBufferObjectManager.h63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);
H A Dcontext.h184 buffer_t const* bo; member in struct:android::gl::array_t
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java278 ByteArrayOutputStream bo = getSubmitPduHead(
326 bo.write(0x00);
335 bo.write(0x08);
339 bo.write(userData, 0, userData.length);
340 ret.encodedMessage = bo.toByteArray();
420 ByteArrayOutputStream bo = getSubmitPduHead(
427 bo.write(0x04);
432 bo.write(data.length + smsHeaderData.length + 1);
435 bo.write(smsHeaderData.length);
436 bo
[all...]

Completed in 154 milliseconds