/external/chromium_org/third_party/freetype/src/cache/ |
ftcmanag.h | 104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.h | 48 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
|
radeon_mipmap_tree.c | 140 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; ++face) [all...] |
/external/freetype/src/cache/ |
ftcmanag.h | 104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.h | 48 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
|
radeon_mipmap_tree.c | 140 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; ++face) [all...] |
/frameworks/rs/cpp/ |
Type.cpp | 37 uint32_t faces = 1; local 39 faces = 6; 51 uint32_t count = x * y * z * faces; 63 count += x * y * z * faces;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 111 unsigned faces[TGSI_QUAD_SIZE]; member in struct:sp_sampler_variant
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texture.c | 250 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/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 111 unsigned faces[TGSI_QUAD_SIZE]; member in struct:sp_sampler_variant
|
/external/mesa3d/src/mesa/swrast/ |
s_texture.c | 250 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++) {
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
FrameProcessor.cpp | 108 Vector<camera_face_t> faces; local 117 // No faces this frame 125 ALOGE("%s: Camera %d: More faces than expected! (Got %d, max %d)", 162 faces.setCapacity(metadata.number_of_faces); 203 faces.push_back(face); 206 metadata.faces = faces.editArray();
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
FaceSquareFilter.java | 54 .addInputPort("faces", Signature.PORT_REQUIRED, facesType) 66 FrameValues facesFrame = getConnectedInputPort("faces").pullFrame().asFrameValues(); 67 Face[] faces = (Face[]) facesFrame.getValues(); local 72 // For every face in faces, draw a white rect around the 74 drawBoxes(pixels, faces, dims); 82 public void drawBoxes(byte[] pixels, Face[] faces, int[] dims) { 83 for(int i = 0; i < faces.length; i++) { 84 Rect tempRect = faces[i].rect;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/ |
FaceSquareFilterTest.java | 71 Face[] faces = new Face[1]; local 72 faces[0] = face; 73 facesFrame.setValue(faces); 74 injectInputFrame("faces", facesFrame);
|
/frameworks/rs/ |
rsType.h | 53 bool faces; member in struct:android::renderscript::Type::Hal::State 70 bool getDimFaces() const {return mHal.state.faces;} 121 // * Faces
|
rsType.cpp | 102 if (mHal.state.faces) { 142 mHal.state.faces); 159 stream->addU8((uint8_t)(mHal.state.faces ? 1 : 0)); 181 uint8_t faces = stream->loadU8(); local 182 Type *type = Type::getType(rsc, elem, x, y, z, lod != 0, faces !=0, 0); 237 nt->mHal.state.faces = dimFaces; 298 uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) { 301 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces, yuv); 310 // mHal.state.lodCount; mHal.state.faces; mElement; into typeData
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
FaceClustering.java | 50 Face[] faces = item.getFaces(); local 51 if (faces != null) { 52 Face face = faces[faceIndex]; 99 Face[] faces = item.getFaces(); 100 if (faces == null || faces.length == 0) { 104 for (int j = 0; j < faces.length; j++) { 105 Face face = faces[j];
|
/external/chromium_org/gpu/command_buffer/service/ |
test_helper.cc | 113 static GLenum faces[] = { local 121 for (size_t ii = 0; ii < arraysize(faces); ++ii) { 122 EXPECT_CALL(*gl, TexImage2D(faces[ii], 0, GL_RGBA, 1, 1, 0, GL_RGBA,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_cmd.c | 66 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 [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_cmd.c | 66 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 [all...] |
/external/skia/tests/ |
FontHostTest.cpp | 243 static const char* const faces[] = { local 278 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) { 279 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(faces[i], SkTypeface::kNormal)); 301 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
|
/frameworks/base/graphics/java/android/renderscript/ |
Type.java | 37 * faces. LOD and cube map faces are booleans to indicate present or not 160 int faces = 1; local 162 faces = 6; 174 int count = x * y * z * faces; 187 count += x * y * z * faces;
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Type.java | 38 * faces. LOD and cube map faces are booleans to indicate present or not 157 int faces = 1; local 159 faces = 6; 171 int count = x * y * z * faces; 184 count += x * y * z * faces;
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFD.cpp | 199 camera_frame_metadata_t *faces; local 260 CAMHAL_LOGVB("Faces detected %d", 278 ret = encodeFaceCoordinates(faceData, &faces, previewWidth, previewHeight); 281 result = new CameraFDResult(faces); 298 camera_face_t *faces; local 324 faces = ( camera_face_t * ) malloc(sizeof(camera_face_t)*faceData->ulFaceCount); 325 if ( NULL == faces ) { 382 //For real faces, it is seen that the h/w passes a score >=80 383 //For false faces, we seem to get even a score of 70 sometimes. 401 faces[i].rect[trans_left] = tmp [all...] |
/system/core/include/system/ |
camera.h | 128 * faces in the preview frame. The detected faces may be the same as the 265 * The number of detected faces in the frame. 270 * An array of the detected faces. The length is number_of_faces. 272 camera_face_t *faces; member in struct:camera_frame_metadata
|