Searched defs:face (Results 201 - 225 of 520) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_texture.c115 uint32_t face,
134 LEN(4); /* face */
154 WRITE(4, uint32_t, face); /* face */
181 uint32_t face,
197 LEN(4); /* face */
215 WRITE(4, uint32_t, face); /* face */
480 READ(4, uint32_t, face); /* face */
113 rbug_send_texture_write(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) argument
179 rbug_send_texture_read(struct rbug_connection *__con, rbug_texture_t texture, uint32_t face, uint32_t level, uint32_t zslice, uint32_t x, uint32_t y, uint32_t w, uint32_t h, uint32_t *__serial) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c315 * The FACE input in hardware contains 1 if it's a back face, 0 otherwise.
321 void rc_transform_fragment_face(struct radeon_compiler *c, unsigned face) argument
339 inst_add->U.I.SrcReg[1].Index = face;
349 inst->U.I.SrcReg[i].Index == face) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.c78 fs_inputs->face = i;
129 if (inputs->face != ATTR_UNUSED) {
130 allocate(mydata, inputs->face, reg++);
434 int wpos, face; local
441 face = shader->inputs.face;
512 if (face != ATTR_UNUSED) {
513 rc_transform_fragment_face(&compiler.Base, face);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_tile_cache.h58 unsigned face:3; member in struct:tex_tile_address::__anon13927
136 unsigned face,
145 addr.bits.face = face;
133 tex_tile_address( unsigned x, unsigned y, unsigned z, unsigned face, unsigned level ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_surface.c120 "svga: Create surface view: face %d zslice %d mips %d..%d\n",
193 unsigned face, zslice; local
208 face = surf_tmpl->u.tex.first_layer;
212 face = 0;
261 SVGA_DBG(DEBUG_VIEWS, "svga: Surface view: yes %p, level %u face %u z %u, %p\n",
262 pt, surf_tmpl->u.tex.level, face, zslice, s);
266 1, face, zslice, &s->key);
271 SVGA_DBG(DEBUG_VIEWS, "svga: Surface view: no %p, level %u, face %u, z %u, %p\n",
272 pt, surf_tmpl->u.tex.level, face, zslice, s);
276 s->real_face = face;
356 unsigned zslice, face; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex.c124 int face; local
127 for (face = 0; face < numFaces; face++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
187 * cube face, since it's all just slices to the miptree code.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex.c124 int face; local
127 for (face = 0; face < numFaces; face++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
187 * cube face, since it's all just slices to the miptree code.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex.c124 int face; local
127 for (face = 0; face < numFaces; face++) {
129 struct gl_texture_image *const texImage = texObj->Image[face][level];
187 * cube face, since it's all just slices to the miptree code.
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlight.c570 * Given a face and pname value (ala glColorMaterial), compute a bitmask
574 _mesa_material_bitmask( struct gl_context *ctx, GLenum face, GLenum pname, argument
608 if (face==GL_FRONT) {
611 else if (face==GL_BACK) {
614 else if (face != GL_FRONT_AND_BACK) {
724 _mesa_ColorMaterial( GLenum face, GLenum mode ) argument
736 _mesa_lookup_enum_by_nr(face),
739 bitmask = _mesa_material_bitmask(ctx, face, mode, legal, "glColorMaterial");
744 ctx->Light.ColorMaterialFace == face &&
750 ctx->Light.ColorMaterialFace = face;
764 _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params ) argument
816 _mesa_GetMaterialiv( GLenum face, GLenum pname, GLint *params ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c58 const GLuint face = (GLuint) state[1]; local
60 ASSERT(face == 0 || face == 1);
69 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_AMBIENT + face]);
72 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_DIFFUSE + face]);
75 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_SPECULAR + face]);
78 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_EMISSION + face]);
81 value[0] = mat->Attrib[MAT_ATTRIB_FRONT_SHININESS + face][0];
170 const GLuint face = (GLuint) state[2]; local
172 ASSERT(face
923 append_face(char *dst, GLint face) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c251 GLuint face, level; local
253 for (face = 0; face < faces; face++) {
255 struct gl_texture_image *texImage = texObj->Image[face][level];
272 GLuint face, level; local
274 for (face = 0; face < faces; face++) {
276 struct gl_texture_image *texImage = texObj->Image[face][leve
340 GLint face, level; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_light.c274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) argument
277 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc112 int LoadChar(FT_Face face, bool use_bitmap, int pt, FT_ULong c) { argument
122 // we have to use FT_LOAD_NO_BITMAP flag for the original face.
126 FT_Error error = FT_Set_Char_Size(face, pt * (1 << 6), 0, kDpi, 0);
132 FT_Set_Transform(face, &matrix, 0);
134 error = FT_Load_Char(face, c, flags);
137 if (face->glyph->format != FT_GLYPH_FORMAT_OUTLINE) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp184 SkTypeface* face = SkTypeface::CreateFromStream(skStream); local
186 if (face == NULL) {
191 face->ref();
193 return new SkPdfStandardFont(face);
/external/chromium_org/third_party/skia/gm/
H A Dgammatext.cpp57 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
59 static CGFontRef typefaceToCGFont(const SkTypeface* face) { argument
60 if (NULL == face) {
64 CTFontRef ct = SkTypeface_GetCTFontRef(face);
216 SkTypeface* face = SkTypeface::CreateFromName("serif", SkTypeface::kItalic); local
217 SkSafeUnref(paint->setTypeface(face));
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp186 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face, argument
188 return this->onMatchFaceStyle(face, fs);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp309 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream); variable
310 return face;
H A DSkGScalerContext.cpp37 SkGScalerContext::SkGScalerContext(SkGTypeface* face, const SkDescriptor* desc) argument
38 : SkScalerContext(face, desc)
39 , fFace(face)
60 fProxy = face->proxy()->createScalerContext(newDesc);
/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp34 static void test_unitsPerEm(skiatest::Reporter* reporter, SkTypeface* face) { argument
35 int nativeUPEM = face->getUnitsPerEm();
38 size_t size = face->getTableSize(kFontTableTag_head);
42 face->getTableData(kFontTableTag_head, 18, sizeof(rawUPEM), &rawUPEM);
53 static void test_countGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { argument
54 int nativeGlyphs = face->countGlyphs();
57 size_t size = face->getTableSize(kFontTableTag_maxp);
61 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs);
89 static void test_charsToGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { argument
97 paint.setTypeface(face);
168 test_tables(skiatest::Reporter* reporter, SkTypeface* face) argument
[all...]
H A DPaintTest.cpp84 SkTypeface* face = paint.getTypeface(); local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp179 bool testFace (tcu::CubeFace face);
237 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
239 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
240 fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0], gradients[face][1]);
260 bool TextureCubeSizeCase::testFace (tcu::CubeFace face) argument
264 RandomViewport viewport (m_renderCtx.getRenderTarget(), 128, 128, deStringHash(getName())+(deUint32)face);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp179 bool testFace (tcu::CubeFace face);
237 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
239 m_texture->getRefTexture().allocLevel((tcu::CubeFace)face, levelNdx);
240 fillWithComponentGradients(m_texture->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), gradients[face][0], gradients[face][1]);
260 bool TextureCubeSizeCase::testFace (tcu::CubeFace face) argument
264 RandomViewport viewport (m_renderCtx.getRenderTarget(), 128, 128, deStringHash(getName())+(deUint32)face);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp176 log << TestLog::Message << "Creating a framebuffer object for each layer-face" << TestLog::EndMessage;
178 // Generate an FBO for each layer-face
234 const tcu::CubeFace face = getCubeFaceFromNdx(layerFace % 6); local
243 arrayTexShader.setFace(face);
/external/freetype/src/autofit/
H A Dafloader.c50 FT_Face face )
56 loader->face = face;
57 loader->globals = (AF_FaceGlobals)face->autohint.data;
63 error = af_face_globals_new( face, &loader->globals, module );
66 face->autohint.data =
68 face->autohint.finalizer =
87 loader->face = NULL;
110 FT_Face face = loader->face; local
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c79 /* glyphs of the same face. */
82 /* face :: A handle to the source face object. */
110 TT_Face face = (TT_Face)ttface; local
111 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
139 /* size :: A handle to the source face size at which the glyph */
180 if ( cffsize->face != cffslot->face )
195 cff_get_advances( FT_Face face,
229 cff_get_glyph_name( CFF_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) argument
267 cff_get_name_index( CFF_Face face, FT_String* glyph_name ) argument
325 cff_ps_get_font_info( CFF_Face face, PS_FontInfoRec* afont_info ) argument
416 FT_Face face = FT_CMAP_FACE( cmap ); local
451 cff_get_ros( CFF_Face face, const char* *registry, const char* *ordering, FT_Int *supplement ) argument
508 cff_get_is_cid( CFF_Face face, FT_Bool *is_cid ) argument
531 cff_get_cid_from_glyph_index( CFF_Face face, FT_UInt glyph_index, FT_UInt *cid ) argument
[all...]

Completed in 8300 milliseconds

1234567891011>>