HomeSort by relevance Sort by last modified time
    Searched refs:GL_CONTEXT_FLAG_DEBUG_BIT (Results 1 - 25 of 26) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
errors.h 94 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
pipelineobj.c 932 if ((_mesa_is_gles(ctx) || (ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) &&
debug_output.c     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES32Header.java-if 25 public static final int GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002;
  /frameworks/base/opengl/java/android/opengl/
GLES32.java 25 public static final int GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 682 st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT;
685 if (st->ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT) {
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 466 ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 533 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.c 640 if (unlikely(ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT)) { \
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2ext.h 224 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl 10 #define GL_CONTEXT_FLAG_DEBUG_BIT 0x00000002
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /development/ndk/platforms/android-24/include/GLES3/
gl32.h     [all...]
  /external/mesa3d/include/GLES3/
gl32.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 253 milliseconds

1 2