| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | IndexDataManager.cpp | 147 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 D | FramebufferD3D.cpp | 113 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 D | IOSurfaceSurfaceCGL.cpp | 183 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 D | TransformFeedback.cpp | 277 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 D | BufferMtl.h | 225 void set(const mtl::BufferRef &buffer) { mBufferWeakRef = buffer; } in set() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Common.h | 216 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 D | SurfaceEGL.cpp | 95 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 D | WindowSurfaceGLX.cpp | 196 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 D | PixmapSurfaceGLX.cpp | 56 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 D | DXGISwapChainWindowSurfaceWGL.cpp | 223 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 D | D3DTextureSurfaceWGL.cpp | 190 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 D | gl4cIndirectParametersTests.cpp | 130 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 D | esextcGeometryShaderLayeredRendering.cpp | 439 unsigned char buffer[TEXTURE_WIDTH * TEXTURE_HEIGHT * TEXTURE_N_COMPONENTS] = { 0 }; in iterate() local
|
| H A D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 323 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 D | esextcTessellationShaderPoints.cpp | 548 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 D | esextcTextureBufferTextureBufferRange.cpp | 1271 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 D | buffer.cc | 161 CompareRMSE(Buffer* buffer, float tolerance) const CompareRMSE() argument 208 CompareHistogramEMD(Buffer* buffer, float tolerance) const CompareHistogramEMD() argument [all...] |
| H A D | command.cc | 119 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 D | parser.cc | 437 auto buffer = MakeUnique<Buffer>(); in ProcessVertexDataBlock() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | pipeline.cc | 278 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 D | vertex_buffer_test.cc | 150 auto buffer = MakeUnique<Buffer>(); in SetData() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | small_vector.h | 454 buffer[small_size]; member in spvtools::utils::SmallVector
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ReadPixelsTest.cpp | 507 GLBuffer buffer; in TEST_P() local [all...] |
| H A D | RobustBufferAccessBehaviorTest.cpp | 467 GLBuffer buffer; TEST_P() local [all...] |
| H A D | LineLoopTest.cpp | 67 void preTestUpdateBuffer(GLuint framebuffer, GLuint texture, GLuint buffer, GLsizei size) in preTestUpdateBuffer() argument
|