Searched defs:faces (Results 26 - 41 of 41) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dtest_helper.cc116 static GLenum faces[] = { local
124 for (size_t ii = 0; ii < arraysize(faces); ++ii) {
125 EXPECT_CALL(*gl, TexImage2D(faces[ii], 0, GL_RGBA, 1, 1, 0, GL_RGBA,
/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/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/deqp/modules/egl/
H A DteglImageTests.cpp468 // Specify mipmap level 0 for all faces
469 GLenum faces[] = local
478 for (int faceNdx = 0; faceNdx < DE_LENGTH_OF_ARRAY(faces); faceNdx++)
479 GLU_CHECK_CALL(glTexImage2D(faces[faceNdx], 0, m_storage, 64, 64, 0, m_storage, GL_UNSIGNED_BYTE, DE_NULL));
/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...]
/external/opencv/
H A Dcvjni.cpp455 // Identify all of the faces in the source image and return an array
467 LOGE("Error find faces was not initialized.");
566 LOGE("Error find faces was not initialized.");
629 bool highlightFaces(IplImage *sourceImage, CvSeq *faces, double scale = 1.0) { argument
630 if (faces == 0 || faces->total <= 0) {
631 LOGV("No faces were highlighted!");
637 for (int i = 0; i < faces->total; i++) {
638 face = (CvRect*)cvGetSeqElem(faces, i);
646 // Highlight the faces tha
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c902 /* destructor for faces list */
4157 /* all child faces. */
4695 * Close all faces in the library. If we don't do this, we can have
4705 * Some faces are dependent on other faces, like Type42 faces that
4706 * depend on TrueType faces synthesized internally.
4723 FT_List faces; local
4733 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name ));
4735 faces
[all...]
/external/freetype/src/base/
H A Dftobjs.c907 /* destructor for faces list */
4180 /* all child faces. */
4719 * Close all faces in the library. If we don't do this, we can have
4729 * Some faces are dependent on other faces, like Type42 faces that
4730 * depend on TrueType faces synthesized internally.
4747 FT_List faces; local
4757 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name ));
4759 faces
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2211 const char **faces = icvHersheyGlyphs; local
2275 ptr = faces[font->ascii[(c-' ')+1]];
2376 const char **faces = icvHersheyGlyphs; local
2396 ptr = faces[font->ascii[(c-' ')+1]];
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c902 /* destructor for faces list */
4158 /* all child faces. */
4696 * Close all faces in the library. If we don't do this, we can have
4706 * Some faces are dependent on other faces, like Type42 faces that
4707 * depend on TrueType faces synthesized internally.
4724 FT_List faces; local
4734 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name ));
4736 faces
[all...]
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp1389 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST],
1395 const int size = faces[coords.face].getWidth();
1406 const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type);
1432 quad.p00 = lookup<float>(faces[c00.face], sampler, c00.s, c00.t, 0);
1433 quad.p10 = lookup<float>(faces[c10.face], sampler, c10.s, c10.t, 0);
1434 quad.p01 = lookup<float>(faces[c01.face], sampler, c01.s, c01.t, 0);
1435 quad.p11 = lookup<float>(faces[c11.face], sampler, c11.s, c11.t, 0);
1625 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
1626 getCubeLevelFaces(texture, 0, faces);
1628 if (isCubeLevelSampleResultValid(faces, sample
1674 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
1683 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
1977 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
2026 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
2035 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
2409 ConstPixelBufferAccess faces[CUBEFACE_LAST]; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp465 static const tcu::CubeFace faces[6] = local
475 DE_ASSERT(de::inBounds(z, 0, DE_LENGTH_OF_ARRAY(faces)));
476 return faces[z];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 884 milliseconds

12