Home
last modified time | relevance | path

Searched defs:buffer (Results 1676 - 1700 of 3769) sorted by relevance

1...<<61626364656667686970>>...151

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp147 BufferD3D *buffer = glBuffer ? GetImplAs<BufferD3D>(glBuffer) : nullptr; in prepareIndexData() local
86 StreamInIndexBuffer(const gl::Context *context, IndexBufferInterface *buffer, const void *data, unsigned int count, gl::DrawElementsType srcType, gl::DrawElementsType dstType, bool usePrimitiveRestartFixedIndex, unsigned int *offset) StreamInIndexBuffer() argument
[all...]
H A DFramebufferD3D.cpp113 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
140 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
157 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
184 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp183 egl::Error IOSurfaceSurfaceCGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
218 bool IOSurfaceSurfaceCGL::validateAttributes(EGLClientBuffer buffer, in validateAttributes() argument
78 IOSurfaceSurfaceCGL(const egl::SurfaceState &state, CGLContextObj cglContext, EGLClientBuffer buffer, const egl::AttributeMap &attribs) IOSurfaceSurfaceCGL() argument
155 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp277 bindIndexedBuffer(const Context *context, size_t index, Buffer *buffer, size_t offset, size_t size) bindIndexedBuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DBufferMtl.h225 void set(const mtl::BufferRef &buffer) { mBufferWeakRef = buffer; } in set() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h216 char buffer[((8 * sizeof(T)) / 3) + 3]; in str() local
227 char *buffer = static_cast<char *>(GetGlobalPoolAllocator()->allocate(requiredSize)); in AllocatePoolCharArray() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp95 egl::Error SurfaceEGL::bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) in bindTexImage() argument
105 egl::Error SurfaceEGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp196 egl::Error WindowSurfaceGLX::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
188 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
H A DPixmapSurfaceGLX.cpp56 int EGLBufferToGLXBuffer(EGLint buffer) in EGLBufferToGLXBuffer() argument
176 egl::Error PixmapSurfaceGLX::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
167 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp223 egl::Error DXGISwapChainWindowSurfaceWGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
182 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
H A DD3DTextureSurfaceWGL.cpp190 IUnknown *buffer = static_cast<IUnknown *>(clientBuffer); in GetD3DTextureInfo() local
434 egl::Error D3DTextureSurfaceWGL::releaseTexImage(const gl::Context *context, EGLint buffer) in releaseTexImage() argument
407 bindTexImage(const gl::Context *context, gl::Texture *texture, EGLint buffer) bindTexImage() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp130 GLvoid* buffer = gl.mapBuffer(GL_PARAMETER_BUFFER_ARB, GL_READ_ONLY); in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRendering.cpp439 unsigned char buffer[TEXTURE_WIDTH * TEXTURE_HEIGHT * TEXTURE_N_COMPONENTS] = { 0 }; in iterate() local
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp323 unsigned char buffer[m_width * m_height * m_max_depth * m_texture_components]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp548 unsigned char buffer[m_rt_width * m_rt_height * 4 /* components */] = { 0 }; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp1271 fillInputData(glw::GLubyte* buffer, glw::GLuint offset, FormatInfo& info) fillInputData() argument
1397 fillOutputData(glw::GLubyte* buffer, FormatInfo& info) fillOutputData() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.cc161 CompareRMSE(Buffer* buffer, float tolerance) const CompareRMSE() argument
208 CompareHistogramEMD(Buffer* buffer, float tolerance) const CompareHistogramEMD() argument
[all...]
H A Dcommand.cc119 Probe::Probe(Type type, Buffer* buffer) : Command(type), buffer_(buffer) {} in Probe() argument
123 ProbeCommand::ProbeCommand(Buffer* buffer) : Probe(Type::kProbe, buffer) {} in ProbeCommand() argument
127 ProbeSSBOCommand::ProbeSSBOCommand(Buffer* buffer) in ProbeSSBOCommand() argument
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc437 auto buffer = MakeUnique<Buffer>(); in ProcessVertexDataBlock() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc278 const auto& buffer = std::find_if( in AddDescriptorBuffer() local
458 GetCommandBuffer(), buffer, transfer_buffer); SendDescriptorDataToDeviceIfNeeded() local
466 GetCommandBuffer(), buffer, transfer_image); SendDescriptorDataToDeviceIfNeeded() local
[all...]
H A Dvertex_buffer_test.cc150 auto buffer = MakeUnique<Buffer>(); in SetData() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h454 buffer[small_size]; member in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DReadPixelsTest.cpp507 GLBuffer buffer; in TEST_P() local
[all...]
H A DRobustBufferAccessBehaviorTest.cpp467 GLBuffer buffer; TEST_P() local
[all...]
H A DLineLoopTest.cpp67 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument

Completed in 20 milliseconds

1...<<61626364656667686970>>...151