/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 91 GLintptr surfaces[] = { (GLintptr)surf }; in unregister_surface() 116 static GLintptr 126 return (GLintptr)NULL; in register_surface() 131 return (GLintptr)NULL; in register_surface() 136 return (GLintptr)NULL; in register_surface() 142 return (GLintptr)NULL; in register_surface() 157 return (GLintptr)NULL; in register_surface() 167 return (GLintptr)NULL; in register_surface() 178 return (GLintptr)NULL; in register_surface() 190 return (GLintptr)surf; in register_surface() [all …]
|
D | bufferobj.c | 471 GLintptr offset, GLsizeiptr length, GLbitfield access, in _mesa_bufferobj_map_range() 519 GLintptr offset, GLsizeiptr length, in _mesa_bufferobj_flush_mapped_range() 567 GLintptr readOffset, GLintptr writeOffset, in bufferobj_copy_subdata() 589 GLintptr offset, GLsizeiptr size, in clear_buffer_subdata_sw() 837 GLintptr offset, GLsizeiptr size) in bufferobj_range_mapped() 840 const GLintptr end = offset + size; in bufferobj_range_mapped() 841 const GLintptr mapEnd = obj->Mappings[MAP_USER].Offset + in bufferobj_range_mapped() 871 GLintptr offset, GLsizeiptr size, in buffer_object_subdata_range_good() 1624 GLintptr offset, in set_buffer_binding() 1647 GLintptr offset, in set_buffer_multi_binding() [all …]
|
D | glthread_bufferobj.c | 364 GLintptr offset; 377 const GLintptr offset = cmd->offset; in _mesa_unmarshal_BufferSubData() 413 _mesa_marshal_BufferSubData_merged(GLuint target_or_name, GLintptr offset, in _mesa_marshal_BufferSubData_merged() 436 _mesa_marshal_InternalBufferSubDataCopyMESA((GLintptr)upload_buffer, in _mesa_marshal_BufferSubData_merged() 473 _mesa_marshal_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, in _mesa_marshal_BufferSubData() 481 _mesa_marshal_NamedBufferSubData(GLuint buffer, GLintptr offset, in _mesa_marshal_NamedBufferSubData() 489 _mesa_marshal_NamedBufferSubDataEXT(GLuint buffer, GLintptr offset, in _mesa_marshal_NamedBufferSubDataEXT()
|
/third_party/mesa3d/src/glx/ |
D | single2.c | 155 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) in get_client_data() 249 *data = (GLintptr) state->storePack.rowLength; in get_client_data() 252 *data = (GLintptr) state->storePack.imageHeight; in get_client_data() 255 *data = (GLintptr) state->storePack.skipRows; in get_client_data() 258 *data = (GLintptr) state->storePack.skipPixels; in get_client_data() 261 *data = (GLintptr) state->storePack.skipImages; in get_client_data() 264 *data = (GLintptr) state->storePack.alignment; in get_client_data() 267 *data = (GLintptr) state->storePack.swapEndian; in get_client_data() 270 *data = (GLintptr) state->storePack.lsbFirst; in get_client_data() 273 *data = (GLintptr) state->storeUnpack.rowLength; in get_client_data() [all …]
|
D | indirect_vertex_array.h | 42 GLintptr * dest); 45 GLintptr * dest); 48 GLintptr * dest); 51 GLintptr * dest); 57 GLintptr * dest);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Buffer.h | 40 void bufferSubData(const void *data, GLsizeiptr size, GLintptr offset); 46 GLintptr offset() const { return mOffset; } in offset() 50 void* mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access); 52 void flushMappedRange(GLintptr offset, GLsizeiptr length) {} in flushMappedRange() 61 GLintptr mOffset;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_5_autogen.h | 21 void clearNamedBufferSubData(BufferID bufferPacked, GLenum internalformat, GLintptr offset, \ 42 void copyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, \ 43 GLintptr writeOffset, GLsizeiptr size); \ 61 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \ 71 void getNamedBufferSubData(BufferID bufferPacked, GLintptr offset, GLsizeiptr size, \ 79 GLintptr offset); \ 80 void getQueryBufferObjectiv(GLuint id, BufferID bufferPacked, GLenum pname, GLintptr offset); \ 82 GLintptr offset); \ 83 void getQueryBufferObjectuiv(GLuint id, BufferID bufferPacked, GLenum pname, GLintptr offset); \ 130 void *mapNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length, \ [all …]
|
D | validationGL45_autogen.h | 44 GLintptr offset, 104 GLintptr readOffset, 105 GLintptr writeOffset, 146 GLintptr offset, 180 GLintptr offset, 200 GLintptr offset); 205 GLintptr offset); 210 GLintptr offset); 215 GLintptr offset); 373 GLintptr offset, [all …]
|
D | validationGL45.cpp | 54 GLintptr offset, in ValidateClearNamedBufferSubData() 150 GLintptr readOffset, in ValidateCopyNamedBufferSubData() 151 GLintptr writeOffset, in ValidateCopyNamedBufferSubData() 252 GLintptr offset, in ValidateFlushMappedNamedBufferRange() 315 GLintptr offset, in ValidateGetNamedBufferSubData() 351 GLintptr offset) in ValidateGetQueryBufferObjecti64v() 360 GLintptr offset) in ValidateGetQueryBufferObjectiv() 369 GLintptr offset) in ValidateGetQueryBufferObjectui64v() 378 GLintptr offset) in ValidateGetQueryBufferObjectuiv() 677 GLintptr offset, in ValidateMapNamedBufferRange() [all …]
|
D | VertexAttribute.h | 39 GLintptr getOffset() const { return mOffset; } in getOffset() 40 void setOffset(GLintptr offsetIn) { mOffset = offsetIn; } in setOffset() 63 GLintptr mOffset; 111 GLintptr ComputeVertexAttributeOffset(const VertexAttribute &attrib, const VertexBinding &binding);
|
D | Buffer.h | 89 GLintptr offset); 92 GLintptr sourceOffset, 93 GLintptr destOffset, 97 GLintptr offset,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_autogen.h | 130 void clearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, \ 135 void invalidateBufferSubData(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \ 148 const BufferID *buffersPacked, const GLintptr *offsets, \ 154 const GLintptr *offsets, const GLsizei *strides); \ 167 void clearNamedBufferSubData(BufferID bufferPacked, GLenum internalformat, GLintptr offset, \ 187 void copyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, \ 188 GLintptr writeOffset, GLsizeiptr size); \ 206 void flushMappedNamedBufferRange(BufferID bufferPacked, GLintptr offset, GLsizeiptr length); \ 216 void getNamedBufferSubData(BufferID bufferPacked, GLintptr offset, GLsizeiptr size, \ 225 GLintptr offset); \ [all …]
|
D | validationGL45_autogen.h | 46 GLintptr offset, 106 GLintptr readOffset, 107 GLintptr writeOffset, 159 GLintptr offset, 192 GLintptr offset, 212 GLintptr offset); 217 GLintptr offset); 222 GLintptr offset); 227 GLintptr offset); 397 GLintptr offset, [all …]
|
D | VertexAttribute.h | 39 GLintptr getOffset() const { return mOffset; } in getOffset() 40 void setOffset(GLintptr offsetIn) { mOffset = offsetIn; } in setOffset() 63 GLintptr mOffset; 111 GLintptr ComputeVertexAttributeOffset(const VertexAttribute &attrib, const VertexBinding &binding);
|
D | Buffer.h | 116 GLintptr offset); 119 GLintptr sourceOffset, 120 GLintptr destOffset, 124 GLintptr offset, 182 GLintptr offset,
|
D | validationGL4.cpp | 773 GLintptr offset, in ValidateClearBufferSubData() 812 GLintptr offset, in ValidateInvalidateBufferSubData() 910 const GLintptr *offsets, in ValidateBindBuffersRange() 948 const GLintptr *offsets, in ValidateBindVertexBuffers() 1041 GLintptr offset, in ValidateClearNamedBufferSubData() 1148 GLintptr readOffset, in ValidateCopyNamedBufferSubData() 1149 GLintptr writeOffset, in ValidateCopyNamedBufferSubData() 1289 GLintptr offset, in ValidateFlushMappedNamedBufferRange() 1358 GLintptr offset, in ValidateGetNamedBufferSubData() 1398 GLintptr offset) in ValidateGetQueryBufferObjecti64v() [all …]
|
D | validationGL4_autogen.h | 479 GLintptr offset, 502 GLintptr offset, 566 const GLintptr *offsets, 588 const GLintptr *offsets, 651 GLintptr offset, 722 GLintptr readOffset, 723 GLintptr writeOffset, 803 GLintptr offset, 844 GLintptr offset, 868 GLintptr offset); [all …]
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 45 GLintptr readOffset, GLintptr writeOffset, 51 GLintptr readOffset, GLintptr writeOffset, 65 GLintptr readOffset, GLintptr writeOffset, 71 GLintptr readOffset, GLintptr writeOffset,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 45 GLintptr readOffset, GLintptr writeOffset, 51 GLintptr readOffset, GLintptr writeOffset, 65 GLintptr readOffset, GLintptr writeOffset, 71 GLintptr readOffset, GLintptr writeOffset,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_5_autogen.h | 40 GLintptr offset, 92 GLintptr readOffset, 93 GLintptr writeOffset, 126 GLintptr offset, 150 GLintptr offset, 166 GLintptr offset); 170 GLintptr offset); 174 GLintptr offset); 178 GLintptr offset); 292 GLintptr offset, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.h | 65 GLintptr offset, 74 GLintptr offset, 105 GLintptr sourceOffset, 106 GLintptr destOffset, 156 GLintptr offset, 192 typedef std::map<GLintptr /*offset*/, ConstantBufferCacheEntry> ConstantBufferCache;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | buffers.h | 32 GLintptr readOffset, 33 GLintptr writeOffset, 45 GLintptr offset,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Buffer11.h | 66 GLintptr offset, 80 GLintptr offset, 111 GLintptr sourceOffset, 112 GLintptr destOffset, 177 GLintptr offset, 213 typedef std::map<GLintptr /*offset*/, BufferCacheEntry> BufferCache;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_typedefs.h | 42 typedef khronos_intptr_t GLintptr; typedef 314 GLintptr, 325 GLintptr, 501 INTERNAL_GL_APIENTRY *PFNGLBINDBUFFERRANGEPROC)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr); 531 typedef void(INTERNAL_GL_APIENTRY *PFNGLFLUSHMAPPEDBUFFERRANGEPROC)(GLenum, GLintptr, GLsizeiptr); 578 GLintptr, 631 GLintptr, 632 GLintptr, 1158 typedef void(INTERNAL_GL_APIENTRY *PFNGLBINDVERTEXBUFFERPROC)(GLuint, GLuint, GLintptr, GLsizei); 1163 GLintptr, [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_typedefs.h | 42 typedef khronos_intptr_t GLintptr; typedef 314 GLintptr, 325 GLintptr, 501 INTERNAL_GL_APIENTRY *PFNGLBINDBUFFERRANGEPROC)(GLenum, GLuint, GLuint, GLintptr, GLsizeiptr); 531 typedef void(INTERNAL_GL_APIENTRY *PFNGLFLUSHMAPPEDBUFFERRANGEPROC)(GLenum, GLintptr, GLsizeiptr); 578 GLintptr, 631 GLintptr, 632 GLintptr, 1158 typedef void(INTERNAL_GL_APIENTRY *PFNGLBINDVERTEXBUFFERPROC)(GLuint, GLuint, GLintptr, GLsizei); 1163 GLintptr, [all …]
|