/third_party/skia/src/gpu/ |
H A D | GrStencilSettings.cpp | 62 memcpy(&fCWFace, &that.fCWFace, sizeof(Face)); in reset() 64 memcpy(&fCWFace, &that.fCWFace, 2 * sizeof(Face)); in reset() 65 static_assert(sizeof(Face) == in reset() 80 return 0 == memcmp(&fCWFace, &that.fCWFace, sizeof(Face)); // Both are single sided. in operator ==() 84 return 0 == memcmp(&fCWFace, &that.fCWFace, 2 * sizeof(Face)); in operator ==() 85 static_assert(sizeof(Face) == in operator ==() 88 // memcmp relies on GrStencilSettings::Face being tightly packed. in operator ==() 89 static_assert(0 == offsetof(Face, fRef)); in operator ==() 90 static_assert(2 == sizeof(Face::fRef)); in operator ==() 91 static_assert(2 == offsetof(Face, fTes in operator ==() [all...] |
H A D | GrStencilSettings.h | 76 struct Face : public GrTStencilFaceSettings<GrStencilTest, GrStencilOp> { struct in GrStencilSettings 77 void reset(const GrUserStencilSettings::Face&, bool useStencilClip, int numStencilBits); 81 const Face& singleSidedFace() const { in singleSidedFace() 89 const Face& postOriginCWFace(GrSurfaceOrigin origin) const { in postOriginCWFace() 96 const Face& postOriginCCWFace(GrSurfaceOrigin origin) const { in postOriginCCWFace() 113 Face fCWFace; 114 Face fCCWFace;
|
H A D | GrUserStencilSettings.h | 113 typedef GrTStencilFaceSettings<GrUserStencilTest, GrUserStencilOp> Face; typedef 204 const Face fCWFace; 206 const Face fCCWFace;
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 140 FT_Face Face; member 151 FT_Error error = FT_New_Memory_Face(ft_library, (uint8_t*)cfg.FontData, (uint32_t)cfg.FontDataSize, (uint32_t)cfg.FontNo, &Face); in InitFont() 154 error = FT_Select_Charmap(Face, FT_ENCODING_UNICODE); in InitFont() 194 if (Face) in CloseFont() 196 FT_Done_Face(Face); in CloseFont() 197 Face = NULL; in CloseFont() 212 FT_Request_Size(Face, &req); in SetPixelHeight() 215 FT_Size_Metrics metrics = Face->size->metrics; in SetPixelHeight() 226 uint32_t glyph_index = FT_Get_Char_Index(Face, codepoint); in LoadGlyph() 229 FT_Error error = FT_Load_Glyph(Face, glyph_inde in LoadGlyph() [all...] |
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | CubeActivity.java | 38 class Face { class 43 Face(float rotX, float rotY, Sample sample) { in Face() method in Face 171 private Face[] mFaces; 176 mFaces = new Face[] { in CubeRenderer() 177 new Face(0, -rot/2, new ImageShaderSample(res, R.raw.brickwork_texture)), in CubeRenderer() 178 new Face(0, 0 , new SkottieSample(res, R.raw.im_thirsty)), in CubeRenderer() 179 new Face(0, rot , new RuntimeSample(res, R.raw.runtime_shader1)), in CubeRenderer() 180 new Face(rot/2, 0 , new SkottieSample(res, R.raw.permission)), in CubeRenderer() 181 new Face(0, rot/2 , new RuntimeSample(res, R.raw.runtime_shader2)), in CubeRenderer() 236 for (Face in drawFaces() [all...] |
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlDepthStencil.h | 31 struct Face { struct 36 Face fFront; 37 Face fBack;
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fs_exec.c | 122 machine->Face = (float) (quad->input.facing * -2 + 1); in exec_run()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_overlay_fonts.py | 169 face = Face(font_file)
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 278 z += stImage->Face; in st_texture_image_map() 312 transfer = &stImage->transfer[slice + stImage->Face].transfer; in st_texture_image_unmap()
|
H A D | st_cb_texture.c | 545 unsigned z = slice + texImage->Face; in st_UnmapTextureImage() 1680 zoffset += texImage->Face + texImage->TexObject->Attrib.MinLayer; in try_pbo_upload() 1796 zoffset += texImage->Face + texImage->TexObject->Attrib.MinLayer; in try_pbo_download() 1900 unsigned dstz = texImage->Face + texImage->TexObject->Attrib.MinLayer; in st_TexSubImage() 2311 layer = z + texImage->Face + texImage->TexObject->Attrib.MinLayer; in st_CompressedTexSubImage() 2501 assert(texImage->Face == 0 || in st_GetTexSubImage() 2516 blit.src.box.z = texImage->Face + texImage->TexObject->Attrib.MinLayer + zoffset; in st_GetTexSubImage() 2830 blit.dst.box.z = stImage->Face + slice + in st_CopyTexSubImage() 2862 stObj->Image[stImage->Face][dstLevel]; in copy_image_data_to_texture() 2889 stImage->Face); in copy_image_data_to_texture() [all...] |
H A D | st_cb_copyimage.c | 662 src_z += src_image->Face; in st_CopyImageSubData() 677 dst_z += dst_image->Face; in st_CopyImageSubData()
|
H A D | st_pbo_compute.c | 1064 unsigned layer = texImage->Face + texImage->TexObject->Attrib.MinLayer; in st_GetTexSubImage_shader()
|
/third_party/skia/samplecode/ |
H A D | Sample3D.cpp | 104 struct Face { struct 135 const Face faces[] = {
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 335 float Face; /**< +1 if front facing, -1 if back facing */ member
|
H A D | tgsi_exec.c | 2790 * Then, we could remove the tgsi_exec_machine::Face field. in exec_declaration() 2800 mach->Inputs[first].xyzw[0].f[i] = mach->Face; in exec_declaration()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DPipelineStateBuilder.cpp | 443 const GrStencilSettings::Face& stencilFace) { in setup_stencilop_desc()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 229 VkStencilOpState* opState, const GrStencilSettings::Face& stencilFace) {
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramBuilder.cpp | 195 static wgpu::StencilFaceState to_stencil_state_face(const GrStencilSettings::Face& face) { in to_stencil_state_face()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 521 GLbitfield _ColorMaterialBitmask; /**< bitmask formed from Face and Mode */ 790 GLuint Face; member
|
H A D | teximage.c | 205 texImage->Face = face; in set_tex_image()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 2457 const GrStencilSettings::Face& face,
|