Home
last modified time | relevance | path

Searched defs:bufferSubData (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DBuffer.cpp245 angle::Result Buffer::bufferSubData(const Context *context, in bufferSubData() function in gl::Buffer
H A DContext.cpp6237 void Context::bufferSubData(BufferBinding target, in bufferSubData() function in gl::Context
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js113 'bufferSubData': {3: { 0:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp430 void GLContext::bufferSubData(uint32_t target, intptr_t offset, intptr_t size, const void *data) in bufferSubData() function in sglr::GLContext
H A DsglrReferenceContext.cpp2777 void ReferenceContext::bufferSubData(uint32_t target, intptr_t offset, intptr_t size, const void *d… in bufferSubData() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h136 PFNGLBUFFERSUBDATAPROC bufferSubData = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl51 glBufferSubDataFunc bufferSubData; variable