Searched defs:face (Results 276 - 300 of 520) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_renderbuffer.c568 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
570 struct gl_texture_image *texImage = texObj->Image[face][level];
602 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
604 struct gl_texture_image *texImage = texObj->Image[face][level];
H A Ds_stencil.c121 * @param face 0 or 1 for front or back face operation
127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
131 const GLubyte ref = ctx->Stencil.Ref[face];
132 const GLubyte wrtmask = ctx->Stencil.WriteMask[face];
201 * @param face 0 or 1 for front or back-face polygons
210 do_stencil_test(struct gl_context *ctx, GLuint face, GLuint n, argument
217 const GLuint valueMask = ctx->Stencil.ValueMask[face];
218 const GLubyte ref = (GLubyte) (ctx->Stencil.Ref[face]
356 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp113 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { argument
114 if (NULL == face) {
115 face = GetDefaultTypeface();
117 return face->uniqueID();
248 // in which case they just want to know if this face can possibly support
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawState.h501 * @param face the face(s) to draw.
503 void setDrawFace(DrawFace face) { argument
504 SkASSERT(kInvalid_DrawFace != face);
505 fDrawFace = face;
/external/chromium_org/third_party/skia/tools/
H A Dcreate_test_font.cpp264 static void output_font(SkTypeface* face, const char* name, SkTypeface::Style style, argument
266 int emSize = face->getUnitsPerEm() * 2;
272 SkSafeUnref(paint.setTypeface(face));
/external/deqp/framework/opengl/
H A DgluTexture.cpp346 static deUint32 cubeFaceToGLFace (tcu::CubeFace face) argument
348 switch (face)
375 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
379 if (m_refTexture.isLevelEmpty((tcu::CubeFace)face, levelNdx))
382 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face);
384 gl.texImage2D(cubeFaceToGLFace((tcu::CubeFace)face), levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
401 for (int face = 0; face < tc
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp218 bool testFace (tcu::CubeFace face);
276 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
280 switch (face)
292 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, 0);
293 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(0, (tcu::CubeFace)face), gMin, gMax);
312 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) argument
316 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName())+(deUint32)face);
330 // Log render info on first face
557 testFace(tcu::CubeFace face) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp184 const tcu::CubeFace face = getCubeFaceFromNdx(layerFaceNdx % 6); local
193 computeQuadTexCoordCubeArray(texCoord, face, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f), tcu::Vec2((float)layerNdx));
222 return compareImages(log, (string("LayerFace" + de::toString(layerFaceNdx))).c_str(), (string("Layer-face " + de::toString(layerFaceNdx))).c_str(), referenceFrame, renderedFrame, threshold);
/external/freetype/src/cff/
H A Dcffobjs.c61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1025 CFF_Face face = (CFF_Face)cffface; local
[all...]
/external/freetype/src/truetype/
H A Dttsubpix.c818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face, argument
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh35 #include "hb-face-private.hh"
98 hb_face_t *face; member in struct:hb_font_t
405 inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); }
H A Dhb-graphite2.cc38 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face)
43 * shaper face data
53 hb_face_t *face; member in struct:hb_graphite2_shaper_face_data_t
73 blob = face_data->face->reference_table (tag);
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face) argument
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
112 data->face = face;
142 hb_graphite2_face_get_gr_face (hb_face_t *face) argument
144 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) retur
222 hb_face_t *face = font->face; local
[all...]
H A Dhb-ot-shape-complex-myanmar.cc308 hb_face_t *face,
403 hb_face_t *face,
408 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
413 hb_face_t *face HB_UNUSED,
423 hb_face_t *face HB_UNUSED,
434 hb_face_t *face,
440 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
441 case punctuation_cluster: initial_reordering_punctuation_cluster (plan, face, buffer, start, end); return;
442 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
443 case non_myanmar_cluster: initial_reordering_non_myanmar_cluster (plan, face, buffe
307 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
402 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
433 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
[all...]
/external/harfbuzz_ng/test/api/
H A Dtest-object.c70 hb_face_t *face = hb_face_create (blob, 0); local
72 return face;
83 hb_face_t *face = (hb_face_t *) create_face (); local
84 hb_font_t *font = hb_font_create (face);
85 hb_face_destroy (face);
170 OBJECT_WITH_IMMUTABILITY (face),
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c615 uint face = quad->input.facing; local
618 /* single-sided stencil test, use front (face=0) state */
619 face = 0;
622 /* 0 = front-face, 1 = back-face */
623 assert(face == 0 || face == 1);
625 /* choose front or back face function, operator, etc */
627 func = softpipe->depth_stencil->stencil[face].func;
628 failOp = softpipe->depth_stencil->stencil[face]
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/mesa3d/src/mesa/main/
H A Ddebug.c272 * \param face cube face in [0,5]
277 GLuint face, GLuint level)
279 struct gl_texture_image *img = texObj->Image[face][level];
295 _mesa_snprintf(s, sizeof(s), "/tmp/tex%u.l%u.f%u.ppm", texObj->Name, level, face);
276 write_texture_image(struct gl_texture_object *texObj, GLuint face, GLuint level) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c206 * Map a texture image and return the address for a particular 2D face/slice/
207 * layer. The stImage indicates the cube face and mipmap level. The slice
295 GLuint face,
315 dst_transfer = pipe_get_transfer(st->pipe, dst, level, face + i,
372 GLuint face)
385 * cube map face which was set up with mismatched texture sizes.
398 for (i = face; i < face + depth; i++) {
293 st_texture_image_data(struct st_context *st, struct pipe_resource *dst, GLuint face, GLuint level, void *src, GLuint src_row_stride, GLuint src_image_stride) argument
369 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c568 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
570 struct gl_texture_image *texImage = texObj->Image[face][level];
602 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
604 struct gl_texture_image *texImage = texObj->Image[face][level];
H A Ds_stencil.c121 * @param face 0 or 1 for front or back face operation
127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face, argument
131 const GLubyte ref = ctx->Stencil.Ref[face];
132 const GLubyte wrtmask = ctx->Stencil.WriteMask[face];
201 * @param face 0 or 1 for front or back-face polygons
210 do_stencil_test(struct gl_context *ctx, GLuint face, GLuint n, argument
217 const GLuint valueMask = ctx->Stencil.ValueMask[face];
218 const GLubyte ref = (GLubyte) (ctx->Stencil.Ref[face]
356 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace; local
[all...]
/external/neven/
H A DFaceDetector_jni.cpp257 jobject face, jint index)
268 _env->SetFloatField(face, gFaceOffsets.confidence, faceData.confidence);
269 _env->SetFloatField(face, gFaceOffsets.midpointx, faceData.midpointx);
270 _env->SetFloatField(face, gFaceOffsets.midpointy, faceData.midpointy);
271 _env->SetFloatField(face, gFaceOffsets.eyedist, faceData.eyedist);
272 _env->SetFloatField(face, gFaceOffsets.eulerx, 0);
273 _env->SetFloatField(face, gFaceOffsets.eulery, 0);
274 _env->SetFloatField(face, gFaceOffsets.eulerz, 0);
256 get_face(JNIEnv *_env, jobject _this, jobject face, jint index) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffobjs.c61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1030 CFF_Face face = (CFF_Face)cffface; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttsubpix.c818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face, argument
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp174 FXFT_Face face; local
175 int error = FXFT_New_Memory_Face(library, pData, size, 0, &face);
179 error = FXFT_Set_Pixel_Sizes(face, 64, 64);
183 return face;
414 FXFT_Face face = m_pFont->GetFace(); local
415 if (!face) {
418 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0) {
419 return FXFT_Get_Char_Index(face, charcode);
423 if (FXFT_Select_Charmap(face, FXFT_ENCODING_MS_SYMBOL) == 0) {
424 index = FXFT_Get_Char_Index(face, charcod
434 FXFT_Face face = m_pFont->GetFace(); local
[all...]

Completed in 374 milliseconds

<<11121314151617181920>>