HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 251 - 275 of 282) sorted by null

<<1112

  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 748 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
    [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 73 static Value * StencilOp(IRBuilder<> & builder, Value * face,
79 condBranch.ifCond(builder.CreateICmpEQ(face, builder.getInt8(0)));
llvm_texture.cpp 488 Value * face = builder.CreateLoad(facePtr); local
504 Value * indexOffset = builder.CreateMul(builder.CreateMul(textureHeight, textureWidth), face);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2ext.h 748 GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 545 m_item.face = 0;
738 m_item.face = complexPlatformData->harfbuzzFace();
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 800 GLAPI void GLAPIENTRY glPolygonMode( GLenum face, GLenum mode );
    [all...]
glext.h     [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 465 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
  /frameworks/base/include/private/opengles/
gl_context.h 316 GLenum face; member in struct:android::gl::color_material_t
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 492 // Add rules from elements like SVG's <font-face>
4659 AtomicString face; local
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 830 const GLenum face = (winding == c->cull.frontFace) ? GL_FRONT : GL_BACK; local
831 if (face == c->cull.cullFace)
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 401 @property(copy) NSString *face; variable
507 @property(copy) NSString *face; variable
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 33 obtaining a sensible parse tree in the face of common HTML errors.
    [all...]

Completed in 1566 milliseconds

<<1112