Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp291 BufferData* GLSharedGroup::getBufferData(GLuint bufferId) { in getBufferData()
310 void GLSharedGroup::addBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in addBufferData()
317 void GLSharedGroup::updateBufferData(GLuint bufferId, GLsizeiptr size, const void* data) { in updateBufferData()
328 void GLSharedGroup::setBufferUsage(GLuint bufferId, GLenum usage) { in setBufferUsage()
337 void GLSharedGroup::setBufferMapped(GLuint bufferId, bool mapped) { in setBufferMapped()
345 GLenum GLSharedGroup::getBufferUsage(GLuint bufferId) { in getBufferUsage()
353 bool GLSharedGroup::isBufferMapped(GLuint bufferId) { in isBufferMapped()
361 GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsizeiptr size, const … in subUpdateBufferData()
377 void GLSharedGroup::deleteBufferData(GLuint bufferId) { in deleteBufferData()
/external/v4l2_codec2/components/
DVideoFramePool.cpp140 bool VideoFramePool::shouldDropBuffer(uint32_t bufferId) { in shouldDropBuffer()
221 std::optional<uint32_t> bufferId; in getVideoFrameTask() local
/external/v4l2_codec2/v4l2/
DV4L2Device.cpp134 const struct v4l2_format& format, size_t bufferId) { in create()
144 enum v4l2_memory memory, const struct v4l2_format& format, size_t bufferId) in V4L2Buffer()
249 void V4L2BuffersList::returnBuffer(size_t bufferId) { in returnBuffer()
267 size_t bufferId = *iter; in getFreeBuffer() local
311 size_t bufferId() const { return mV4l2Buffer.index; } in bufferId() function in android::V4L2BufferRefBase
605 size_t V4L2WritableBufferRef::bufferId() const { in bufferId() function in android::V4L2WritableBufferRef
684 size_t V4L2ReadableBuffer::bufferId() const { in bufferId() function in android::V4L2ReadableBuffer
897 auto bufferId = mFreeBuffers->getFreeBuffer(); in getFreeBuffer() local
910 auto bufferId = mFreeBuffers->getFreeBuffer(requestedBufferIid); in getFreeBuffer() local
1063 for (const auto& bufferId : mQueuedBuffers) { in streamoff() local
DV4L2Encoder.cpp768 size_t bufferId = buffer->bufferId(); in enqueueInputBuffer() local
842 size_t bufferId = buffer->bufferId(); in enqueueOutputBuffer() local
DV4L2Decoder.cpp655 const size_t bufferId = dequeuedBuffer->bufferId(); in serviceDeviceTask() local
/external/skia/src/ports/
DSkFontMgr_fuchsia.cpp50 sk_sp<SkData> SkFuchsiaFontDataCache::GetOrCreateSkData(int bufferId, in GetOrCreateSkData()
75 void SkFuchsiaFontDataCache::OnBufferDeleted(int bufferId) { in OnBufferDeleted()
221 uint32_t bufferId; member
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveQueries.cpp482 void GeometryShaderPrimitiveQueries::readPrimitiveQueryValues(glw::GLint bufferId, glw::GLuint *nPr… in readPrimitiveQueryValues()
/external/deqp/modules/gles3/functional/
Des3fBufferObjectQueryTests.cpp255 GLuint bufferId = 0; in test() local
454 GLuint bufferId = 0; in test() local
/external/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp81 uint32_t bufferId; // used only by GL_TEXTURE_BUFFER member
173 uint32_t bufferId; in createTextureBuffer() local
/external/deqp/modules/gles2/functional/
Des2fBufferObjectQueryTests.cpp166 GLuint bufferId = 0; in test() local
/external/libdrm/
Dxf86drmMode.c318 drm_public int drmModeRmFB(int fd, uint32_t bufferId) in drmModeRmFB()
348 drm_public int drmModeDirtyFB(int fd, uint32_t bufferId, in drmModeDirtyFB()
397 drm_public int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, in drmModeSetCrtc()
/external/angle/src/libANGLE/renderer/gl/
DVertexArrayGL.cpp692 GLuint bufferId = bufferGL->getBufferID(); in updateAttribPointer() local
821 GLuint bufferId = GetNativeBufferID(arrayBuffer); in updateBindingBuffer() local
/external/angle/src/tests/gl_tests/
DAtomicCounterBufferTest.cpp620 int32_t bufferId = (even) ? 0 : atomicCounterBuffer[bufferIndex]; in TEST_P() local
/external/angle/src/libANGLE/capture/
DFrameCapture.h637 void eraseBufferDataMapEntry(const gl::BufferID bufferId) in eraseBufferDataMapEntry()
DFrameCapture.cpp6497 gl::BufferID bufferId = context->createBuffer(); in canProtectDirectly() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1134 uint32_t bufferId; // Which buffer to use for the descriptor update. in iterate() member
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp265 uint32_t bufferId, in CheckBufferSize()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h2026 uint32 bufferId; member