Home
last modified time | relevance | path

Searched refs:format (Results 5901 - 5925 of 9343) sorted by relevance

1...<<231232233234235236237238239240>>...374

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp60 // 1) Creating a texture using the same format and size as the frame buffer.
125 // Translate pixel format in the frame buffer to texture format.
148 // Some implementations treat GL_RGB8 as GL_RGBA8888,so the test should pass implementation format to ReadPixels. in toTextureFormat()
165 TCU_FAIL("Unable to map pixel format to texture format"); in toTextureFormat()
293 gl.texImage2D(kTextureType, 0, internalFormat, m_width, m_height, 0 /* border */, m_transFormat.format, m_transFormat.dataType, m_texData.data()); in fillTexture()
360 gl.readPixels(0, 0, m_width, m_height, m_transFormat.format, m_transFormat.dataType, fbData.data()); in verifyResults()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_shader_test.cc66 EXPECT_EQ("1: invalid token when looking for shader format", r.Error()); in TEST_F()
113 EXPECT_EQ("1: invalid token when looking for shader format", r.Error()); in TEST_F()
165 EXPECT_EQ("2: unknown shader format: INVALID", r.Error()); in TEST_F()
180 EXPECT_EQ("3: invalid token when looking for shader format", r.Error()); in TEST_F()
206 EXPECT_EQ("3: invalid token when looking for shader format", r.Error()); in TEST_F()
385 ShaderFormat format; member
412 EXPECT_EQ(test_data.format, shader->GetFormat()); in TEST_P()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h198 Format* format; member
327 /// as the input rate, |format| as vertex data format, |offset| as a starting
333 Format* format,
398 /// Generates a default depth/stencil attachment in D32_SFLOAT_S8_UINT format.
H A Dscript_test.cc58 EXPECT_EQ(kShaderFormatGlsl, info[0].format); in TEST_F()
66 EXPECT_EQ(kShaderFormatSpirvAsm, info[1].format); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
67 Message: fmt.Sprintf(format, args...),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.h222 gl::SamplerFormat format,
263 const angle::Format &GetFormatFromFormatType(GLenum format, GLenum type);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderTargetVk.cpp128 const angle::Format &format = mImage->getActualFormat(); in onDepthStencilDraw() local
129 ASSERT(format.hasDepthOrStencilBits()); in onDepthStencilDraw()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp339 for (GLenum format : possibleFormats) in TEST_P()
343 glTexStorage2D(GL_TEXTURE_2D, 1, format, 4, 4); in TEST_P()
365 // format in TEST_P()
408 // Test that SRGB override is a noop when used on a nonlinear texture format
410 // "If the internal format is not one of the above formats, then
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h73 * format/atlasGeneration/page/plot/plotGeneration/rect
254 const GrBackendFormat& format,
405 GrDrawOpAtlas(GrProxyProvider*, const GrBackendFormat& format, GrColorType, int width,
/third_party/skia/src/image/
H A DSkImage_Lazy.cpp528 GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kNo); in colorTypeOfLockTextureProxy() local
529 if (!format.isValid()) { in colorTypeOfLockTextureProxy()
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp166 const GrBackendFormat& format = te->view().proxy()->backendFormat(); in emitFragProc()
168 SamplerHandle handle = this->emitSampler(format, samplerState, swizzle, name.c_str()); in emitFragProc()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkRenderPass.cpp73 dst[i].format = src[i].format; in CopyAttachmentDescriptions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go64 func NewErrorf(code int64, format string, args ...interface{}) *Error {
67 Message: fmt.Sprintf(format, args...),
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.c408 // 1 uint32: The total size of the remaining 'string' (as per the Synergy %s string format (which is 1 uint32 for size followed by a char buffer (not necessarily null terminated)). in sProcessMessage()
411 // 1 uint32: The format of the clipboard data in sProcessMessage()
419 // Parse clipboard format header in sProcessMessage()
420 uint32_t format = sNetToNative32(parse_msg); in sProcessMessage() local
426 context->m_clipboardCallback(context->m_cookie, format, parse_msg, size); in sProcessMessage()
612 4 + /* Clipboard format */ in uSynergySendClipboard()
630 sAddUInt32(context, 4+4+4+text_length); /* Rest of message size: numFormats, format, length, data */ in uSynergySendClipboard()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwindtfmt.cpp21 #include "unicode/format.h"
82 // Get proper date time format in getTimeDateFormat()
223 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition & /* pos */) const in format() function in Win32DateFormat
257 SimpleFormatter(*pattern, 2, 2, status).format(time, date, appendTo, status); in format()
/third_party/skia/tests/
H A DNdkDecodeTest.cpp91 for (auto format : { SkEncodedImageFormat::kPNG, in DEF_TEST()
94 auto data = SkEncodeBitmap(bm, format, 80); in DEF_TEST()
H A DPromiseImageTest.cpp314 auto format = dContext->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
317 {100, 100}, format, GrTextureType::k2D, GrRenderable::kNo, 1, GrMipmapped::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
358 ERRORF(reporter, "No valid default kRGBA_8888 texture format."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DTestUtils.cpp266 GrBackendFormat format = rContext->priv().caps()->getDefaultBackendFormat(info.colorType(), in CreateSurfaceContext() local
269 format, in CreateSurfaceContext()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp161 // If the caller asked for non-MSAA fail if the closest format has MSAA. in selectFormat()
336 // Get a MSAA format if requested and possible. in get_pixel_formats_to_try()
350 // Get a non-MSAA format in get_pixel_formats_to_try()
351 int* format = -1 == formatsToTry[0] ? &formatsToTry[0] : &formatsToTry[1]; in get_pixel_formats_to_try() local
354 extensions.choosePixelFormat(dc, iAttrs.begin(), fAttrs, 1, format, &num); in get_pixel_formats_to_try()
463 // We never ask for MSAA, so we don't need the second pixel format for each buffering state. in Create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DUtilsD3D12.cpp114 bool IsTypeless(DXGI_FORMAT format) { in IsTypeless() argument
116 switch (format) { in IsTypeless()
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcbasic.c184 if ( face->glyph->format == FT_GLYPH_FORMAT_BITMAP || in FT_CALLBACK_DEF()
185 face->glyph->format == FT_GLYPH_FORMAT_OUTLINE ) in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c371 cidglyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
449 cidglyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c410 t1glyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
507 t1glyph->format = FT_GLYPH_FORMAT_OUTLINE; in FT_LOCAL_DEF()
/third_party/python/Lib/
H A Dwarnings.py16 """Function to format a warning the standard way."""
118 """Function to format a warning the standard way."""
297 "not '{:s}'".format(type(category).__name__))
513 msg = message.format(name=name, remove=remove_formatted)
/third_party/python/Lib/test/
H A Dtest_imp.py466 'qux.{}.pyc'.format(self.tag))
476 'qux.{}.pyc'.format(self.tag))

Completed in 24 milliseconds

1...<<231232233234235236237238239240>>...374