| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | glslang_wrapper_utils.h | 84 uint32_t buffer = kInvalid; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | DisplayD3D.cpp | 229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | android_util.cpp | 334 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| H A D | CLContextCL.cpp | 109 CLMemoryImpl::Ptr CLContextCL::createBuffer(const cl::Buffer &buffer, in createBuffer() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
| H A D | esextcTextureBorderClampSamplingTexture.cpp | 249 setInitData(std::vector<InputType>& buffer) setInitData() argument 938 checkNearest(std::vector<OutputType>& buffer, OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer) checkNearest() argument 1025 checkLinear(std::vector<OutputType>& buffer, glw::GLint layer) checkLinear() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
| H A D | esextcTextureBufferOperations.cpp | 571 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument 1050 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument 1431 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument 1553 fillBufferWithData(glw::GLint* buffer, glw::GLuint bufferLength) fillBufferWithData() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessXFBTests.cpp | 1127 glw::GLint buffer = 314159; testQueriesForInvalidNameOfObject() local 1253 glw::GLint buffer = 314159; testGetTransformFeedbackivQueryForInvalidParameterName() local 1323 glw::GLint buffer = 314159; testGetTransformFeedbacki_vQueryForInvalidParameterName() local 1394 glw::GLint64 buffer = 314159; testGetTransformFeedbacki64_vQueryForInvalidParameterName() local 1471 glw::GLint buffer = 314159; testIndexedQueriesForInvalidBindingPoint() local 2004 glw::GLint* buffer = (glw::GLint*)gl.mapBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, GL_READ_ONLY); verifyBufferContent() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkMemUtil.cpp | 299 allocateDedicated(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer buffer, MemoryRequirement requirement) allocateDedicated() argument 473 bindBuffer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) bindBuffer() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | script.h | 116 Result AddBuffer(std::unique_ptr<Buffer> buffer) { in AddBuffer() argument
|
| H A D | verifier.cc | 516 ProbeSSBO(const ProbeSSBOCommand* command, uint32_t buffer_element_count, const void* buffer) ProbeSSBO() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/ |
| H A D | HardwareBufferImageSiblingVkAndroid.cpp | 109 HardwareBufferImageSiblingVkAndroid::HardwareBufferImageSiblingVkAndroid(EGLClientBuffer buffer) in HardwareBufferImageSiblingVkAndroid() argument 122 ValidateHardwareBuffer( RendererVk *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ValidateHardwareBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | UniformTest.cpp | 1000 std::array<T, 3 * kChunkSize> buffer; in CheckOneElement() local [all...] |
| H A D | SimpleOperationTest.cpp | 266 GLBuffer buffer; in TEST_P() local 280 GLBuffer buffer; in TEST_P() local 289 GLBuffer buffer; in TEST_P() local
|
| H A D | BufferDataTest.cpp | 641 GLBuffer buffer; in TEST_P() local 699 GLBuffer buffer; TEST_P() local 835 GLBuffer buffer; TEST_P() local 919 GLBuffer buffer; TEST_P() local 1001 GLBuffer buffer; TEST_P() local 1015 GLBuffer buffer; TEST_P() local 1030 GLBuffer buffer; TEST_P() local 1052 GLBuffer buffer; TEST_P() local 1101 GLBuffer buffer; TEST_P() local 1238 GLBuffer buffer; TEST_P() local 1274 GLBuffer buffer; TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLProtectedContentTest.cpp | 138 createImage(EGLBoolean isProtected, EGLContext context, EGLenum target, EGLClientBuffer buffer, EGLImage *image) createImage() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkIcoCodec.cpp | 22 bool SkIcoCodec::IsIco(const void* buffer, size_t bytesRead) { in IsIco() argument
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter.cpp | 215 sk_sp<SkFlattenable> SkComposeColorFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument 303 sk_sp<SkFlattenable> SkSRGBGammaColorFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument 425 CreateProc(SkReadBuffer& buffer) CreateProc() argument [all...] |
| H A D | SkPaint.cpp | 294 void SkPaintPriv::Flatten(const SkPaint& paint, SkWriteBuffer& buffer) { in Flatten() argument 322 Unflatten(SkReadBuffer& buffer) Unflatten() argument [all...] |
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DOpsRenderPass.cpp | 272 void GrD3DOpsRenderPass::onDrawIndirect(const GrBuffer* buffer, size_t offset, int drawCount) { in onDrawIndirect() argument 281 void GrD3DOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* buffer, size_t offset, in onDrawIndexedIndirect() argument
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMatrixConvolutionImageFilter.cpp | 183 sk_sp<SkFlattenable> SkMatrixConvolutionImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument [all...] |
| H A D | SkArithmeticImageFilter.cpp | 109 sk_sp<SkFlattenable> SkArithmeticImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrBufferAllocPool.cpp | 97 GrBuffer* buffer = fBlocks.back().fBuffer.get(); in deleteBlocks() local 126 GrBuffer* buffer = block.fBuffer.get(); in unmap() local 145 const GrBuffer* buffer = fBlocks.back().fBuffer.get(); in validate() local 150 const GrBuffer* buffer in validate() local 155 const GrBuffer* buffer = fBlocks[i].fBuffer.get(); validate() local 159 GrBuffer* buffer = fBlocks[i].fBuffer.get(); validate() local 189 makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset) makeSpace() argument 241 makeSpaceAtLeast(size_t minSize, size_t fallbackSize, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset, size_t* actualSize) makeSpaceAtLeast() argument 297 GrBuffer* buffer = block.fBuffer.get(); putBack() local 330 GrBuffer* buffer = prev.fBuffer.get(); createBlock() local 390 GrGpuBuffer* buffer = static_cast<GrGpuBuffer*>(block.fBuffer.get()); flushCpuData() local 427 makeSpace(size_t vertexSize, int vertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex) makeSpace() argument 446 makeSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, int* startVertex, int* actualVertexCount) makeSpaceAtLeast() argument 480 makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, int* startIndex) makeSpace() argument 497 makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, sk_sp<const GrBuffer>* buffer, int* startIndex, int* actualIndexCount) makeSpaceAtLeast() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Sampler.hpp | 30 const void *buffer; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | Shader.cpp | 289 std::ostringstream buffer; in string() local 446 std::ostringstream buffer; in relativeString() local 463 std::ostringstream buffer; in relativeString() local 514 std::ostringstream buffer; string() local 1029 std::ostringstream buffer; string() local [all...] |
| H A D | VertexRoutine.cpp | 140 Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index) in readStream() argument
|