Home
last modified time | relevance | path

Searched defs:buffer (Results 7426 - 7450 of 9575) sorted by relevance

1...<<291292293294295296297298299300>>...383

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DContextGL.cpp110 GLuint buffer = 0; in createBuffer() local
380 const BufferGL *buffer = GetImplAs<BufferGL>(binding.getBuffer().get()); in updateAttributesForBaseInstance() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp72 cl_int CLCommandQueueCL::enqueueReadBuffer(const cl::Buffer &buffer, in enqueueReadBuffer() argument
96 cl_int CLCommandQueueCL::enqueueWriteBuffer(const cl::Buffer &buffer, in enqueueWriteBuffer() argument
120 cl_int CLCommandQueueCL::enqueueReadBufferRect(const cl::Buffer &buffer, in enqueueReadBufferRect() argument
150 cl_int CLCommandQueueCL::enqueueWriteBufferRect(const cl::Buffer &buffer, in enqueueWriteBufferRect() argument
232 cl_int CLCommandQueueCL::enqueueFillBuffer(const cl::Buffer &buffer, in enqueueFillBuffer() argument
255 enqueueMapBuffer(const cl::Buffer &buffer, bool blocking, cl::MapFlags mapFlags, size_t offset, size_t size, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc, cl_int &errorCode) enqueueMapBuffer() argument
571 cl::Buffer *const buffer = *reinterpret_cast<cl::Buffer **>(loc); enqueueNativeKernel() member in rx::cl
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp2575 int buffer; member in gl4cts::__anon27657::VertexBindingState
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp2022 int buffer; member in glcts::__anon27702::VertexBindingState
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp706 bool TestCaseBase::comparePixel(const unsigned char* buffer, unsigned int x, unsigned int y, unsigned int width, in comparePixel() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp717 GLchar buffer[bufSize] = "HelloWorld"; in iterate() local
[all...]
H A DglcViewportArrayTests.hpp63 struct buffer struct in glcts::ViewportArray::Utils
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.cpp687 makeBufferView(const DeviceInterface& vk, const VkDevice vkDevice, const VkBuffer buffer, const VkFormat format, const VkDeviceSize offset, const VkDeviceSize size) makeBufferView() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc198 Result ParseBufferData(Buffer* buffer, in ParseBufferData() argument
2316 ParseBufferInitializer(Buffer* buffer) ParseBufferInitializer() argument
2391 ParseBufferInitializerSize(Buffer* buffer) ParseBufferInitializerSize() argument
2415 ParseBufferInitializerFill(Buffer* buffer, uint32_t size_in_items) ParseBufferInitializerFill() argument
2444 ParseBufferInitializerSeries(Buffer* buffer, uint32_t size_in_items) ParseBufferInitializerSeries() argument
2501 ParseBufferInitializerData(Buffer* buffer) ParseBufferInitializerData() argument
2510 ParseBufferInitializerFile(Buffer* buffer) ParseBufferInitializerFile() argument
2972 auto* buffer = script_->GetBuffer(token->AsString()); ParseExpect() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h188 Buffer* buffer = nullptr; member
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc571 auto* buffer = pipeline_->GetBufferForBinding(set, binding); in ProcessSSBO() local
724 auto* buffer = pipeline_->GetBufferForBinding(set, binding); ProcessUniform() local
2068 auto* buffer = pipeline_->GetBufferForBinding(set, binding); ProcessProbeSSBO() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h440 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndexedIndirect(const Buffer &buffer, in drawIndexedIndirect() argument
450 ANGLE_INLINE void VulkanSecondaryCommandBuffer::drawIndirect(const Buffer &buffer, in drawIndirect() argument
468 ANGLE_INLINE void VulkanSecondaryCommandBuffer::dispatchIndirect(const Buffer &buffer, in dispatchIndirect() argument
[all...]
H A DBufferVk.cpp327 std::unique_ptr<vk::BufferHelper> buffer = std::make_unique<vk::BufferHelper>(); setExternalBufferData() local
[all...]
H A DVertexArrayVk.cpp922 updateDefaultAttrib(ContextVk *contextVk, size_t attribIndex, VkBuffer bufferHandle, vk::BufferHelper *buffer, uint32_t offset) updateDefaultAttrib() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp564 ValidateTexBuffer(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID buffer) ValidateTexBuffer() argument
579 ValidateTexBufferRange(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID buffer, GLintptr offset, GLsizeiptr size) ValidateTexBufferRange() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DComputeShaderTest.cpp723 GLBuffer buffer; in TEST_P() local
775 GLBuffer buffer; TEST_P() local
2638 GLBuffer buffer; TEST_P() local
3561 GLuint buffer; TEST_P() local
3663 GLuint buffer; TEST_P() local
3737 GLuint buffer; TEST_P() local
3817 GLuint buffer; TEST_P() local
[all...]
H A DVulkanPerformanceCounterTest.cpp3074 GLBuffer buffer; TEST_P() local
[all...]
H A DTransformFeedbackTest.cpp515 GLBuffer buffer; TEST_P() local
1171 GLuint buffer; TEST_P() member
[all...]
H A DUniformBufferTest.cpp796 GLBuffer buffer; TEST_P() local
[all...]
H A DShaderStorageBufferTest.cpp2688 GLBuffer buffer; TEST_P() local
2768 GLBuffer buffer; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp175 EGLClientBuffer EGLAPIENTRY EGL_GetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) in EGL_GetNativeClientBufferANDROID() argument
840 EGL_CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) EGL_CreateImageKHR() argument
[all...]
H A Degl_ext_stubs.cpp176 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer) in GetNativeClientBufferANDROID() argument
40 CreateImageKHR(Thread *thread, Display *display, gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) CreateImageKHR() argument
H A Dentry_points_gles_3_1_autogen.cpp113 GL_BindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) GL_BindVertexBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp101 std::vector<TraceEvent> &buffer = renderTest->getTraceEventBuffer(); in AddPerfTraceEvent() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h88 AutoObjCPtr<id<MTLCommandBuffer>> buffer; member
346 RenderCommandEncoder &setVertexBuffer(const BufferRef &buffer, uint32_t offset, uint32_t index) in setVertexBuffer() argument
371 setFragmentBuffer(const BufferRef &buffer, uint32_t offset, uint32_t index) setFragmentBuffer() argument
[all...]

Completed in 52 milliseconds

1...<<291292293294295296297298299300>>...383