HomeSort by relevance Sort by last modified time
    Searched full:stencilop (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 40 static bool stencilOp(GLenum param);
GLEScmValidate.cpp 239 bool GLEScmValidate::stencilOp(GLenum param) {
GLEScmImp.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 52 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
utilities.cpp 476 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp)
480 switch (stencilOp)
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 95 GR_GET_PROC(GrGLStencilOpProc, StencilOp);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 118 GR_GL_GET_PROC(StencilOp);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 187 void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass);
GraphicsContext3DChromium.cpp 609 DELEGATE_TO_IMPL_3(stencilOp, GC3Denum, GC3Denum, GC3Denum)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 281 virtual void stencilOp(WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) = 0;
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 349 /* StencilOp */
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 275 /* StencilOp */
    [all...]
WebGLRenderingContext.h 192 void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 661 private int convertStencilOperation(StencilOperation stencilOp) {
662 switch (stencilOp) {
680 throw new UnsupportedOperationException("Unrecognized stencil operation: " + stencilOp);
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 392 /* StencilOp */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 290 /* StencilOp */
  /external/skia/src/gpu/gl/
GrGLDefines.h 343 /* StencilOp */
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 290 /* StencilOp */
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 718 void stencilOp(GC3Denum fail, GC3Denum zfail, GC3Denum zpass);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 392 /* StencilOp */
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 290 /* StencilOp */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 391 /* StencilOp */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 391 /* StencilOp */
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 289 /* StencilOp */

Completed in 3308 milliseconds

1 2 3 4