HomeSort by relevance Sort by last modified time
    Searched full:face (Results 151 - 175 of 367) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/opengl/libs/
entries.in 149 GL_ENTRY(void, glGetMaterialfv, GLenum face, GLenum pname, GLfloat *params)
150 GL_ENTRY(void, glGetMaterialxv, GLenum face, GLenum pname, GLfixed *params)
151 GL_ENTRY(void, glGetMaterialxvOES, GLenum face, GLenum pname, GLfixed *params)
220 GL_ENTRY(void, glMaterialf, GLenum face, GLenum pname, GLfloat param)
221 GL_ENTRY(void, glMaterialfv, GLenum face, GLenum pname, const GLfloat *params)
222 GL_ENTRY(void, glMaterialx, GLenum face, GLenum pname, GLfixed param)
223 GL_ENTRY(void, glMaterialxOES, GLenum face, GLenum pname, GLfixed param)
224 GL_ENTRY(void, glMaterialxv, GLenum face, GLenum pname, const GLfixed *params)
225 GL_ENTRY(void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed *params)
280 GL_ENTRY(void, glStencilFuncSeparate, GLenum face, GLenum func, GLint ref, GLuint mask
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
35 void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
36 void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
GLES20.spec 101 void glStencilFuncSeparate ( GLenum face, GLenum func, GLint ref, GLuint mask )
103 void glStencilMaskSeparate ( GLenum face, GLuint mask )
105 void glStencilOpSeparate ( GLenum face, GLenum fail, GLenum zfail, GLenum zpass )
  /packages/apps/Gallery3D/res/values/
strings.xml 60 <!-- Hint that appears when cropping an image with more than one face -->
61 <string name="multiface_crop_help">Tap a face to begin.</string>
66 <!-- Toast/alert that the face detection is being run -->
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 651 // C function void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
654 int face,
659 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
662 int face,
668 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
671 int face,
676 // C function void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
679 int face,
684 // C function void glMaterialxv ( GLenum face, GLenum pname, const GLfixed *params )
687 int face,
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 145 for (int face = 0; face < 6; face++) {
146 InputStream is = getResources().openRawResource(resourceIds[face]);
154 Log.e("CubeMap", "Could not decode texture for face " + Integer.toString(face));
157 GLUtils.texImage2D(GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, 0,
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 401 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
404 int face,
410 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
413 int face,
518 // C function void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
521 int face,
526 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
529 int face,
535 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
538 int face,
    [all...]
GLES10.java     [all...]
  /external/freetype/include/freetype/internal/
psaux.h 215 (*T1_Field_ParseFunc)( FT_Face face,
482 FT_Face face,
522 /* face :: The current face object. */
562 FT_Face face; member in struct:T1_BuilderRec_
639 FT_Face face,
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CompositeFont.java 34 * in font.properties file according to the face name of this logical font.
44 // font face name
45 String face; field in class:CompositeFont
69 * @param faceName logical face name CompositeFont is to be created from
82 this.face = faceName;
379 return face;
FontProperty.java 41 // font face name
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 652 int face,
658 int face,
665 int face,
671 int face,
677 int face,
684 int face,
GL11.java 326 int face,
333 int face,
339 int face,
346 int face,
  /frameworks/base/opengl/libs/GLES2/
gl2_api.in 301 void API_ENTRY(glStencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask) {
302 CALL_GL_API(glStencilFuncSeparate, face, func, ref, mask);
307 void API_ENTRY(glStencilMaskSeparate)(GLenum face, GLuint mask) {
308 CALL_GL_API(glStencilMaskSeparate, face, mask);
313 void API_ENTRY(glStencilOpSeparate)(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) {
314 CALL_GL_API(glStencilOpSeparate, face, fail, zfail, zpass);
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 32 * A class that draws an analog clock face with information about the current
181 * Draws the clock face.
186 * @param radius the radius of the clock face
187 * @param alpha the translucency of the clock face
  /external/e2fsprogs/misc/
uuidd.8.in 47 in a secure and guaranteed-unique fashion, even in the face of large
  /external/freetype/include/freetype/
ftgzip.h 85 * it and re-open the face with it.
ftlzw.h 82 * and re-open the face with it.
  /external/webkit/WebCore/css/
CSSFontFaceSrcValue.cpp 42 // Normally we would just check the format, but in order to avoid conflicts with the old WinIE style of font-face,
  /external/webkit/WebCore/html/
HTMLAttributeNames.in 92 face
  /external/freetype/src/psaux/
t1decode.c 120 /* face :: The current face object. */
125 /* A glyph index in the font face. Returns -1 if the corresponding */
200 T1_Face face = (T1_Face)decoder->builder.face; local
217 !face->root.internal->incremental_interface )
228 if ( face->root.internal->incremental_interface )
    [all...]
  /frameworks/base/opengl/libagl/
light.cpp 93 c->lighting.colorMaterial.face = GL_FRONT_AND_BACK;
558 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c)
560 if (ggl_unlikely(face != GL_FRONT_AND_BACK)) {
739 void glMaterialf(GLenum face, GLenum pname, GLfloat param)
742 materialx(face, pname, gglFloatToFixed(param), c);
745 void glMaterialx(GLenum face, GLenum pname, GLfixed param)
748 materialx(face, pname, param, c);
752 GLenum face, GLenum pname, const GLfloat *params)
755 if (ggl_unlikely(face != GL_FRONT_AND_BACK)) {
792 GLenum face, GLenum pname, const GLfixed *params
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 701 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face; local
702 FT_Byte* limit = face->cmap_table + face->cmap_size;
1044 TT_Face face = (TT_Face)cmap->cmap.charmap.face; local
1139 TT_Face face = (TT_Face)cmap->cmap.charmap.face; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 56 SDL_PROC_UNUSED(void,glColorMaterial,(GLenum face, GLenum mode))
116 SDL_PROC_UNUSED(void,glGetMaterialfv,(GLenum face, GLenum pname, GLfloat *params))
117 SDL_PROC_UNUSED(void,glGetMaterialiv,(GLenum face, GLenum pname, GLint *params))
176 SDL_PROC_UNUSED(void,glMaterialf,(GLenum face, GLenum pname, GLfloat param))
177 SDL_PROC_UNUSED(void,glMaterialfv,(GLenum face, GLenum pname, const GLfloat *params))
178 SDL_PROC_UNUSED(void,glMateriali,(GLenum face, GLenum pname, GLint param))
179 SDL_PROC_UNUSED(void,glMaterialiv,(GLenum face, GLenum pname, const GLint *params))
206 SDL_PROC_UNUSED(void,glPolygonMode,(GLenum face, GLenum mode))
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 72 const char* face = wxfont->GetFaceName().mb_str(wxConvUTF8); local
74 face,

Completed in 92 milliseconds

1 2 3 4 5 67 8 91011>>