| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/ |
| H A D | NativeWindow11Win32.cpp | 55 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
| H A D | PbufferSurfaceCGL.cpp | 23 PbufferSurfaceCGL(const egl::SurfaceState &state, RendererGL *renderer, EGLint width, EGLint height) PbufferSurfaceCGL() argument 73 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
| H A D | PbufferSurfaceEAGL.cpp | 25 PbufferSurfaceEAGL(const egl::SurfaceState &state, RendererGL *renderer, EGLint width, EGLint height) PbufferSurfaceEAGL() argument 75 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| H A D | PbufferSurfaceGLX.cpp | 46 int width = std::max(1, static_cast<int>(mWidth)); in initialize() local 18 PbufferSurfaceGLX(const egl::SurfaceState &state, EGLint width, EGLint height, bool largest, const FunctionsGLX &glx, glx::FBConfig fbConfig) PbufferSurfaceGLX() argument 77 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| H A D | PbufferSurfaceWGL.cpp | 19 PbufferSurfaceWGL(const egl::SurfaceState &state, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget, bool largest, int pixelFormat, HDC deviceContext, const FunctionsWGL *functions) PbufferSurfaceWGL() argument 135 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTextureTests.hpp | 50 GLint width; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateAttachmentTests.hpp | 73 deUint32 width; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
| H A D | esextcGeometryShaderOutput.cpp | 502 bool GeometryShaderIfVertexEmitIsDoneAtEndTest::verifyResult(const unsigned char* result_image, unsigned int width, in verifyResult() argument 550 bool GeometryShaderMissingEndPrimitiveCallTest::verifyResult(const unsigned char* result_image, unsigned int width, in verifyResult() argument 616 verifyResult(const unsigned char* result_image, unsigned int width, unsigned int height, unsigned int pixel_size) const verifyResult() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
| H A D | glcSubgroupsBallotTests.cpp | 41 checkVertexPipelineStages(std::vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| H A D | glcSubgroupsBuiltinMaskVarTests.cpp | 40 checkVertexPipelineStages(std::vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| H A D | glcSubgroupsShapeTests.cpp | 41 checkVertexPipelineStages(std::vector<const void*> datas, deUint32 width, deUint32) checkVertexPipelineStages() argument
|
| /third_party/vk-gl-cts/external/amber/src/include/amber/ |
| H A D | amber.h | 66 uint32_t width; member
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | image_diff.cc | 129 uint32_t width; in LoadPngToBuffer() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | frame_buffer.cc | 29 FrameBuffer( Device* device, const std::vector<const amber::Pipeline::BufferInfo*>& color_attachments, amber::Pipeline::BufferInfo depth_stencil_attachment, const std::vector<const amber::Pipeline::BufferInfo*>& resolve_targets, uint32_t width, uint32_t height) FrameBuffer() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_memory_test.cpp | 3704 uint32_t width = std::get<1>(GetParam()); in TEST_P() local 3737 uint32_t width in TEST_P() local 3638 GetSizedLoadStoreCodeGenerator(const std::string& base_type, uint32_t width) GetSizedLoadStoreCodeGenerator() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
| H A D | gralloc1.h | 60 int32_t width; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| H A D | SurfaceNULL.cpp | 39 postSubBuffer(const gl::Context *context, EGLint x, EGLint y, EGLint width, EGLint height) postSubBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | SwizzleTest.cpp | 117 init2DCompressedTexture(GLenum internalFormat, GLsizei width, GLsizei height, GLsizei dataSize, const GLubyte *data) init2DCompressedTexture() argument
|
| H A D | FramebufferMultiviewTest.cpp | 73 void initializeFBOs(int width, in initializeFBOs() argument
|
| /third_party/skia/samplecode/ |
| H A D | Sample.h | 45 SkScalar width() const { return fWidth; } in width() function in Sample 49 void setWidth(SkScalar width) { this->setSize(width, fHeight); } in setWidth() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkWbmpCodec.cpp | 22 static inline size_t get_src_row_bytes(int width) { in get_src_row_bytes() argument 75 uint64_t width, height; in read_header() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkDeferredDisplayListRecorder.cpp | 211 makePromiseTexture( const GrBackendFormat& backendFormat, int width, int height, GrMipmapped mipMapped, GrSurfaceOrigin origin, SkColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, PromiseImageTextureFulfillProc textureFulfillProc, PromiseImageTextureReleaseProc textureReleaseProc, PromiseImageTextureContext textureContext) makePromiseTexture() argument
|
| H A D | SkImageInfo.cpp | 74 SkImageInfo SkImageInfo::MakeS32(int width, int height, SkAlphaType at) { in MakeS32() argument
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrGaussianConvolutionFragmentProcessor.cpp | 62 int width = SkGpuBlurUtils::LinearKernelWidth(ce.fRadius); in emitCode() local [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrRect.h | 43 int width() const { return fRight - fLeft; } in width() function
|