Home
last modified time | relevance | path

Searched defs:BufferGL (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.h21 class BufferGL : public BufferImpl class
H A DBufferGL.cpp34 BufferGL::BufferGL(const gl::BufferState &state, GLuint buffer) in BufferGL() function in rx::BufferGL
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp3487 class BufferGL : public Buffer class
3495 BufferGL( in BufferGL() function in cl::BufferGL
3515 BufferGL() : Buffer() { } in BufferGL() function in cl::BufferGL
3521 __CL_EXPLICIT_CONSTRUCTORS BufferGL(const cl_mem& buffer) : Buffer(buffer) { } in BufferGL() function in cl::BufferGL
3536 BufferGL(const BufferGL& buf) : Buffer(buf) {} in BufferGL() function in cl::BufferGL
[all...]
H A Dcl2.hpp4128 class BufferGL : public Buffer class
4136 BufferGL( in BufferGL() function in cl::BufferGL
4156 BufferGL() : Buffer() { } in BufferGL() function in cl::BufferGL
4165 explicit BufferGL(const cl_mem& buffer, bool retainObject = false) : in BufferGL() function in cl::BufferGL
4181 BufferGL(const BufferGL& buf) : Buffer(buf) {} in BufferGL() function in cl::BufferGL
[all...]

Completed in 20 milliseconds