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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 30 array->fVertexBufferID != buffer->bufferID() ||
44 array->fVertexBufferID = buffer->bufferID();
104 GrGLuint bufferID = buffer->bufferID();
105 if (!fIndexBufferIDIsValid || bufferID != fIndexBufferID) {
106 GL_CALL(BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, bufferID));
108 fIndexBufferID = bufferID;
114 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
115 if (fIndexBufferIDIsValid && bufferID == fIndexBufferID) {
GrGLIndexBuffer.h 25 GrGLuint bufferID() const { return fImpl.bufferID(); }
GrGLVertexBuffer.h 25 GrGLuint bufferID() const { return fImpl.bufferID(); }
GrGLBufferImpl.h 38 GrGLuint bufferID() const { return fDesc.fID; }
GrGLVertexArray.h 150 void notifyIndexBufferDelete(GrGLuint bufferID);
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 30 array->fVertexBufferID != buffer->bufferID() ||
44 array->fVertexBufferID = buffer->bufferID();
103 GrGLuint bufferID = buffer->bufferID();
104 if (!fIndexBufferIDIsValid || bufferID != fIndexBufferID) {
105 GL_CALL(BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, bufferID));
107 fIndexBufferID = bufferID;
113 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
114 if (fIndexBufferIDIsValid && bufferID == fIndexBufferID) {
GrGLIndexBuffer.h 25 GrGLuint bufferID() const { return fImpl.bufferID(); }
GrGLVertexBuffer.h 25 GrGLuint bufferID() const { return fImpl.bufferID(); }
GrGLBufferImpl.h 38 GrGLuint bufferID() const { return fDesc.fID; }
GrGLVertexArray.h 150 void notifyIndexBufferDelete(GrGLuint bufferID);
GrGpuGL.cpp     [all...]
  /frameworks/rs/driver/
rsdMeshObj.cpp 149 if (drvAlloc->bufferID) {
150 mAttribs[ct].buffer = drvAlloc->bufferID;
168 if (drvAlloc->bufferID) {
169 RSD_CALL_GL(glBindBuffer, GL_ELEMENT_ARRAY_BUFFER, drvAlloc->bufferID);
rsdAllocation.h 47 uint32_t bufferID;
rsdAllocation.cpp 237 if (!drv->bufferID) {
238 RSD_CALL_GL(glGenBuffers, 1, &drv->bufferID);
240 if (!drv->bufferID) {
245 RSD_CALL_GL(glBindBuffer, drv->glTarget, drv->bufferID);
480 if (drv->bufferID) {
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 199 bool onOMXEmptyBufferDone(IOMX::buffer_id bufferID);
202 IOMX::buffer_id bufferID,
818 IOMX::buffer_id bufferId;
820 &bufferId);
827 mBuffers[kPortIndexOutput].editItemAt(i).mBufferID = bufferId;
831 bufferId, graphicBuffer.get());
    [all...]
MediaCodec.cpp     [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 242 uint32_t portIndex, IOMX::buffer_id bufferID,
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 573 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindBuffer(GrGLenum target, GrGLuint bufferID) {
576 GrBufferObj *buffer = GR_FIND(bufferID,
579 // 0 is a permissible bufferID - it unbinds the current buffer
    [all...]
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 573 GrGLvoid GR_GL_FUNCTION_TYPE debugGLBindBuffer(GrGLenum target, GrGLuint bufferID) {
576 GrBufferObj *buffer = GR_FIND(bufferID,
579 // 0 is a permissible bufferID - it unbinds the current buffer
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
psb_output.c 467 VABufferID bufferID;
515 bufferID = object_heap_allocate(&driver_data->buffer_heap);
516 obj_buffer = BUFFER(bufferID);
537 obj_image->image.buf = bufferID;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]

Completed in 566 milliseconds