Home
last modified time | relevance | path

Searched defs:face (Results 226 - 250 of 348) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c274 fnt_face_get_dll_font( FNT_Face face, in fnt_face_get_dll_font() argument
626 FNT_Face face = (FNT_Face)FT_CMAP_FACE( cmap ); fnt_cmap_init() local
702 FNT_Face face = (FNT_Face)fntface; FNT_Face_Done() local
725 FNT_Face face = (FNT_Face)fntface; FNT_Face_Init() local
940 FNT_Face face = (FNT_Face)size->face; FNT_Size_Select() local
961 FNT_Face face = (FNT_Face)size->face; FNT_Size_Request() local
1001 FNT_Face face = (FNT_Face)FT_SIZE_FACE( size ); FNT_Load_Glyph() local
1128 winfnt_get_header( FT_Face face, FT_WinFNT_HeaderRec *aheader ) winfnt_get_header() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh865 hb_face_t *face; member
H A Dhb-font.hh108 hb_face_t *face; member
H A Dhb-ot-shape.cc53 _hb_apply_morx (hb_face_t *face, const hb_segment_properties_t *props) in _hb_apply_morx() argument
76 hb_ot_shape_planner_t::hb_ot_shape_planner_t (hb_face_t *face, in hb_ot_shape_planner_t() argument
216 init0(hb_face_t *face, const hb_shape_plan_key_t *key) init0() argument
428 _hb_ot_shaper_face_data_create(hb_face_t *face) _hb_ot_shaper_face_data_create() argument
465 hb_face_t *face; global() member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp461 void TextureCubeShader::setFace (tcu::CubeFace face) in setFace() argument
H A Des3fTextureFormatTests.cpp373 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace() argument
995 testFace(tcu::CubeFace face) testFace() argument
1225 testFace(tcu::CubeFace face) testFace() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp320 void TextureCubeArrayShader::setFace (tcu::CubeFace face) in setFace() argument
H A Des31fStencilTexturingTests.cpp473 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in stencilToUnorm8() local
685 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in iterate() local
H A Des31fTextureFilteringTests.cpp57 static const char* getFaceDesc (const tcu::CubeFace face) in getFaceDesc() argument
373 const tcu::CubeFace face = tcu::CubeFace(faceNdx); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp516 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
568 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c740 LLVMValueRef interp_ij = NULL, prim_mask = NULL, face = NULL; in si_llvm_build_ps_prolog() local
140 interp_fs_color(struct si_shader_context *ctx, unsigned input_index, unsigned semantic_index, unsigned num_interp_inputs, unsigned colors_read_mask, LLVMValueRef interp_param, LLVMValueRef prim_mask, LLVMValueRef face, LLVMValueRef result[4]) interp_fs_color() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c1711 SVGA3D_UpdateGBImage(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, const SVGA3dBox *box, unsigned face, unsigned mipLevel) SVGA3D_UpdateGBImage() argument
1771 SVGA3D_ReadbackGBImage(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel) SVGA3D_ReadbackGBImage() argument
1824 SVGA3D_ReadbackGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_ReadbackGBImagePartial() argument
1853 SVGA3D_InvalidateGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_InvalidateGBImagePartial() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1848 GLuint face; in prepare_mipmap_level() local
H A Dtexobj.c467 GLuint i, face; in _mesa_delete_texture_object() local
760 GLuint face; in _mesa_test_texobj_completeness() local
794 GLuint width, height, depth, face; _mesa_test_texobj_completeness() local
870 GLuint face; _mesa_cube_level_complete() local
942 GLuint dims, face, numFaces = 1; _mesa_get_fallback_texture() local
1064 GLuint face, level, size = 0; texture_size() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp543 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
587 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
[all...]
H A DvktTextureShadowTests.cpp585 getFaceDesc(const tcu::CubeFace face) getFaceDesc() argument
626 const tcu::CubeFace face = tcu::CubeFace(faceNdx); iterate() local
1454 const int face = layerFace % 6; TextureCubeArrayShadowTestInstance() local
1468 const int face = layerFace % 6; TextureCubeArrayShadowTestInstance() local
1535 const tcu::CubeFace face = tcu::CubeFace(layerFace % 6); iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp499 CaptureGetMaterialfv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfloat *params) CaptureGetMaterialfv() argument
528 CaptureGetMaterialxv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfixed *params) CaptureGetMaterialxv() argument
907 CaptureMaterialf(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfloat param) CaptureMaterialf() argument
922 CaptureMaterialfv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfloat *params) CaptureMaterialfv() argument
951 CaptureMaterialx(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, GLfixed param) CaptureMaterialx() argument
966 CaptureMaterialxv(const State &glState, bool isCallValid, GLenum face, MaterialParameter pnamePacked, const GLfixed *param) CaptureMaterialxv() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h51 void SetFrontFace(FrontFace face) { front_face_ = face; } in SetFrontFace() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp923 void GL_APIENTRY GL_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in GL_StencilFuncSeparate() argument
949 void GL_APIENTRY GL_StencilMaskSeparate(GLenum face, GLuint mask) in GL_StencilMaskSeparate() argument
973 GL_StencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) GL_StencilOpSeparate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp629 void GL_APIENTRY GL_GetMaterialfv(GLenum face, GLenum pname, GLfloat *params) in GL_GetMaterialfv() argument
656 void GL_APIENTRY GL_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in GL_GetMaterialxv() argument
1109 GL_Materialf(GLenum face, GLenum pname, GLfloat param) GL_Materialf() argument
1135 GL_Materialfv(GLenum face, GLenum pname, const GLfloat *params) GL_Materialfv() argument
1161 GL_Materialx(GLenum face, GLenum pname, GLfixed param) GL_Materialx() argument
1187 GL_Materialxv(GLenum face, GLenum pname, const GLfixed *param) GL_Materialxv() argument
[all...]
/third_party/skia/src/core/
H A DSkTypeface.cpp173 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp1000 int face = CubeFaceIndex(target); in getWidth() local
1006 int face = CubeFaceIndex(target); in getHeight() local
1012 int face = CubeFaceIndex(target); in getFormat() local
1062 int face = CubeFaceIndex(target); setCompressedImage() local
1288 int face = CubeFaceIndex(target); setImage() local
1307 int face = CubeFaceIndex(target); copyImage() local
1340 getImage(int face, unsigned int level) getImage() argument
1345 getImage(GLenum face, unsigned int level) getImage() argument
1352 int face = CubeFaceIndex(target); copySubImage() local
1425 int face = CubeFaceIndex(target); getRenderbuffer() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp83 Float4 face = *Pointer<Float>(primitive + OFFSET(Primitive, area)); in setBuiltins() local
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp51 void SkPDFFont::GetType1GlyphNames(const SkTypeface& face, SkString* dst) { in GetType1GlyphNames() argument
291 SkTypeface* face = font.typeface(); in emit_subset_type0() local
182 GetFontResource(SkPDFDocument* doc, const SkGlyph* glyph, SkTypeface* face) GetFontResource() argument
[all...]

Completed in 43 milliseconds

12345678910>>...14