HomeSort by relevance Sort by last modified time
    Searched defs:faces (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/deqp/modules/gles2/functional/
es2fFboStateQueryTests.cpp 187 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/skia/tests/
FontObjTest.cpp 45 static const char* const faces[] = { local
80 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
81 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle()));
FontHostTest.cpp 245 static const char* const faces[] = { local
280 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
281 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle()));
302 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
  /external/skqp/tests/
FontObjTest.cpp 45 static const char* const faces[] = { local
80 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
81 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle()));
FontHostTest.cpp 245 static const char* const faces[] = { local
280 for (size_t i = 0; i < SK_ARRAY_COUNT(faces); i++) {
281 paint.setTypeface(SkTypeface::MakeFromName(faces[i], SkFontStyle()));
302 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
  /external/freetype/src/cache/
ftcmanag.h 104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
  /external/libxcam/xcore/base/
xcam_smart_result.h 51 XCamFaceInfo faces[0]; member in struct:_XCamFDResult
  /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 139 lvl->faces[face].offset = *curOffset;
146 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
156 for(face = 0; face < mt->faces; face++) {
191 mt->faces = _mesa_num_tex_faces(target);
384 return (mt->levels[level].faces[face].offset);
386 return mt->levels[level].faces[0].offset;
410 dest = mt->bo->ptr + dstlvl->faces[face].offset;
428 image->mt->bo->ptr + srclvl->faces[face].offset,
541 const unsigned faces = _mesa_num_tex_faces(texObj->Target); local
545 for (face = 0; face < faces; ++face)
    [all...]
  /frameworks/rs/cpp/
Type.cpp 39 uint32_t faces = 1; local
41 faces = 6;
53 uint32_t count = x * y * z * faces;
65 count += x * y * z * faces;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.cpp 176 int faces[3] = {arrayFace, 0, 0}; local
182 faces[1],
183 faces[2],
194 int cornerLayer = faces[ndx] + arrayLayer * 6;
  /external/mesa3d/src/mesa/swrast/
s_texture.c 265 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
268 for (face = 0; face < faces; face++) {
325 const GLuint faces = _mesa_num_tex_faces(texObj->Target); local
328 for (face = 0; face < faces; face++) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp 110 Vector<camera_face_t> faces; local
119 // No faces this frame
127 ALOGE("%s: Camera %d: More faces than expected! (Got %d, max %d)",
177 faces.setCapacity(metadata.number_of_faces);
221 faces.push_back(face);
224 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 58 bool faces; member in struct:android::renderscript::Type::Hal::State
77 bool getDimFaces() const {return mHal.state.faces;}
141 // * Faces
  /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/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 337 const GLenum faces[] = local
344 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(faces); ++ndx)
346 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, faces[ndx], textureID, 0);
347 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, faces[ndx]);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 75 const uint *faces; member in struct:filter_args
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 69 id->face = s->real_layer; /* faces have the same order */
221 * the FIFO, and returns pointers to the command's faces and
225 * The faces and mipSizes arrays are initialized to zero.
234 * - Surface may have multiple faces (for cube maps)
262 * Returns pointers to arrays allocated in the FIFO for 'faces'
276 SVGA3dSurfaceFace **faces, // OUT
293 *faces = &cmd->face[0];
296 memset(*faces, 0, sizeof **faces * SVGA3D_MAX_SURFACE_FACES);
328 SVGA3dSurfaceFace *faces; local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFaceDetectMapper.java 87 public void onFaceDetection(Camera.Face[] faces, Camera camera) {
88 int lengthFaces = faces == null ? 0 : faces.length;
91 mFaces = faces;
95 "onFaceDetection - Ignored some incoming faces since" +
101 Log.v(TAG, "onFaceDetection - read " + lengthFaces + " faces");
114 * will have the latest faces detected as reflected by the camera1 callbacks.</p>
195 * {@code statistics.faces} and {@code statistics.faceDetectMode}.
198 * {@link #mapResultFaces} will have the latest faces as reflected by the camera1 callbacks.</p>
201 * the camera will still run face detection in the background, but no faces will be reporte
211 Camera.Face[] faces, previousFaces; local
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Type.java 38 * faces. LOD and cube map faces are booleans to indicate present or not
155 int faces = 1; local
157 faces = 6;
169 int count = x * y * z * faces;
182 count += x * y * z * faces;
  /system/core/libsystem/include/system/
camera.h 128 * faces in the preview frame. The detected faces may be the same as the
295 * The number of detected faces in the frame.
300 * An array of the detected faces. The length is number_of_faces.
302 camera_face_t *faces; member in struct:camera_frame_metadata
  /external/deqp/modules/egl/
teglImageUtil.cpp 304 // Specify mipmap level 0 for all faces
305 static const GLenum faces[] = local
315 for (int faceNdx = 0; faceNdx < DE_LENGTH_OF_ARRAY(faces); faceNdx++)
316 GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL));
  /frameworks/base/rs/java/android/renderscript/
Type.java 31 * faces. LOD and cube map faces are booleans to indicate present or not
188 int faces = 1; local
190 faces = 6;
202 int count = x * y * z * faces;
215 count += x * y * z * faces;

Completed in 697 milliseconds

1 2 3 4