Searched refs:faces (Results 1 - 25 of 60) sorted by relevance

123

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp61 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces) argument
77 if (x >= ex) faces[numFaces++] = CUBEFACE_POSITIVE_X;
78 if (x <= ex) faces[numFaces++] = CUBEFACE_NEGATIVE_X;
82 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y;
83 if (y <= ey) faces[numFaces++] = CUBEFACE_NEGATIVE_Y;
87 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z;
88 if (z <= ez) faces[numFaces++] = CUBEFACE_NEGATIVE_Z;
92 // One or more components are equal (or within error bounds). Allow all faces where major axis is not zero.
95 faces[numFaces++] = CUBEFACE_NEGATIVE_X;
96 faces[numFace
[all...]
H A DtcuTexVerifierUtil.hpp97 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c140 lvl->faces[face].offset = *curOffset;
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
166 for(face = 0; face < mt->faces; face++) {
201 mt->faces = _mesa_num_tex_faces(target);
394 return (mt->levels[level].faces[face].offset);
396 return mt->levels[level].faces[0].offset;
420 dest = mt->bo->ptr + dstlvl->faces[face].offset;
438 image->mt->bo->ptr + srclvl->faces[face].offset,
572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local
576 for (face = 0; face < faces;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c140 lvl->faces[face].offset = *curOffset;
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
166 for(face = 0; face < mt->faces; face++) {
201 mt->faces = _mesa_num_tex_faces(target);
394 return (mt->levels[level].faces[face].offset);
396 return mt->levels[level].faces[0].offset;
420 dest = mt->bo->ptr + dstlvl->faces[face].offset;
438 image->mt->bo->ptr + srclvl->faces[face].offset,
572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local
576 for (face = 0; face < faces;
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c140 lvl->faces[face].offset = *curOffset;
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
166 for(face = 0; face < mt->faces; face++) {
201 mt->faces = _mesa_num_tex_faces(target);
394 return (mt->levels[level].faces[face].offset);
396 return mt->levels[level].faces[0].offset;
420 dest = mt->bo->ptr + dstlvl->faces[face].offset;
438 image->mt->bo->ptr + srclvl->faces[face].offset,
572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local
576 for (face = 0; face < faces;
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h48 radeon_mipmap_image faces[6]; member in struct:_radeon_mipmap_level
70 GLuint faces; /** # of faces: 6 for cubemaps, 1 otherwise */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c140 lvl->faces[face].offset = *curOffset;
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
166 for(face = 0; face < mt->faces; face++) {
201 mt->faces = _mesa_num_tex_faces(target);
394 return (mt->levels[level].faces[face].offset);
396 return mt->levels[level].faces[0].offset;
420 dest = mt->bo->ptr + dstlvl->faces[face].offset;
438 image->mt->bo->ptr + srclvl->faces[face].offset,
572 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local
576 for (face = 0; face < faces;
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp187 const GLenum faces[] = local
194 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx)
195 glTexImage2D(faces[ndx], 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL);
198 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx)
200 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, faces[ndx], textureID, 0);
201 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, faces[ndx]);
/external/chromium_org/third_party/skia/tests/
H A DFontObjTest.cpp45 static const char* const faces[] = { local
80 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
81 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(faces[i], SkTypeface::kNormal));
H A DFontHostTest.cpp240 static const char* const faces[] = { local
275 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
276 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(faces[i], SkTypeface::kNormal));
298 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
/external/skia/tests/
H A DFontObjTest.cpp45 static const char* const faces[] = { local
80 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
81 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(faces[i], SkTypeface::kNormal));
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcmanag.h104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c250 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
253 for (face = 0; face < faces; face++) {
271 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
274 for (face = 0; face < faces; face++) {
/external/freetype/src/cache/
H A Dftcmanag.h104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c250 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
253 for (face = 0; face < faces; face++) {
271 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
274 for (face = 0; face < faces; face++) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.cpp53 static PassRefPtrWillBeRawPtr<LoadFontPromiseResolver> create(FontFaceArray faces, ScriptState* scriptState) argument
55 return adoptRefWillBeNoop(new LoadFontPromiseResolver(faces, scriptState));
67 LoadFontPromiseResolver(FontFaceArray faces, ScriptState* scriptState) argument
68 : m_numLoading(faces.size())
72 m_fontFaces.swap(faces);
447 FontFaceArray faces; local
451 segmentedFontFace->match(text, faces);
454 RefPtrWillBeRawPtr<LoadFontPromiseResolver> resolver = LoadFontPromiseResolver::create(faces, scriptState);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h111 unsigned faces[TGSI_QUAD_SIZE]; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c1477 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1480 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], texture->last_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1487 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0, samp->faces[j], tgsi_sampler_lod_bias, &rgbax[0][0]);
1488 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0+1, samp->faces[j], tgsi_sampler_lod_bias, &rgbax[0][1]);
1532 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1536 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1570 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1573 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1592 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1745 samp->min_img_filter(tgsi_sampler, s_buffer[jj], t_buffer[jj], p[jj], level, samp->faces[
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h111 unsigned faces[TGSI_QUAD_SIZE]; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c1477 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1480 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], texture->last_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1487 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0, samp->faces[j], tgsi_sampler_lod_bias, &rgbax[0][0]);
1488 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level0+1, samp->faces[j], tgsi_sampler_lod_bias, &rgbax[0][1]);
1532 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1536 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1570 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1573 samp->min_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1592 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1745 samp->min_img_filter(tgsi_sampler, s_buffer[jj], t_buffer[jj], p[jj], level, samp->faces[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c66 id->face = s->real_face; /* faces have the same order */
216 * the FIFO, and returns pointers to the command's faces and
220 * The faces and mipSizes arrays are initialized to zero.
229 * - Surface may have multiple faces (for cube maps)
257 * Returns pointers to arrays allocated in the FIFO for 'faces'
271 SVGA3dSurfaceFace **faces, // OUT
287 *faces = &cmd->face[0];
290 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES);
322 SVGA3dSurfaceFace *faces; local
267 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc, struct svga_winsys_surface *sid, SVGA3dSurfaceFlags flags, SVGA3dSurfaceFormat format, SVGA3dSurfaceFace **faces, SVGA3dSize **mipSizes, uint32 numMipSizes) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c66 id->face = s->real_face; /* faces have the same order */
216 * the FIFO, and returns pointers to the command's faces and
220 * The faces and mipSizes arrays are initialized to zero.
229 * - Surface may have multiple faces (for cube maps)
257 * Returns pointers to arrays allocated in the FIFO for 'faces'
271 SVGA3dSurfaceFace **faces, // OUT
287 *faces = &cmd->face[0];
290 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES);
322 SVGA3dSurfaceFace *faces; local
267 SVGA3D_BeginDefineSurface(struct svga_winsys_context *swc, struct svga_winsys_surface *sid, SVGA3dSurfaceFlags flags, SVGA3dSurfaceFormat format, SVGA3dSurfaceFace **faces, SVGA3dSize **mipSizes, uint32 numMipSizes) argument
[all...]

Completed in 3517 milliseconds

123