HomeSort by relevance Sort by last modified time
    Searched defs:setSubData (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Buffer9.cpp 64 gl::Error Buffer9::setSubData(const void* data, size_t size, size_t offset)
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 232 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes)
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 243 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes)
glsLongStressCase.cpp 457 void setSubData (const ConstPixelBufferAccess& src, int xOff, int yOff, int width, int height) const;
560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const int width, const int height) const
634 void setSubData (const vector<T>& src, const int offsetElems, const int numElems, const deUint32 target) { setSubData(&src[offsetElems], offsetElems*(int)sizeof(T), numElems*(int)sizeof(T), target); }
635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const deUint32 target) const
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Buffer11.cpp 184 gl::Error error = setSubData(data, size, 0);
250 gl::Error Buffer11::setSubData(const void *data, size_t size, size_t offset)

Completed in 363 milliseconds