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

1 2

  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 85 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, false, m_verifier);
92 gl.glEnable(GL_SAMPLE_SHADING);
93 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, true, m_verifier);
95 gl.glDisable(GL_SAMPLE_SHADING);
96 verifyStateBoolean(result, gl, GL_SAMPLE_SHADING, false, m_verifier);
306 gl.disable(GL_SAMPLE_SHADING);
317 gl.enable(GL_SAMPLE_SHADING);
342 gl.disable(GL_SAMPLE_SHADING);
es31fBooleanStateQueryTests.cpp 147 { "sample_shading", "SAMPLE_SHADING", GL_SAMPLE_SHADING, false, glu::ApiType::es(3, 2)},
es31fSampleVariableTests.cpp 950 gl.enable(GL_SAMPLE_SHADING);
954 m_testCtx.getLog() << tcu::TestLog::Message << "Enabling per-sample interpolation with GL_SAMPLE_SHADING." << tcu::TestLog::EndMessage;
964 gl.disable(GL_SAMPLE_SHADING);
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES32Header.java-if 98 public static final int GL_SAMPLE_SHADING = 0x8C36;
  /external/deqp/framework/opengl/
gluStrUtil.inl 483 case GL_SAMPLE_SHADING: return "GL_SAMPLE_SHADING";
    [all...]
gluStateReset.cpp 579 gl.disable(GL_SAMPLE_SHADING);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES32.java 98 public static final int GL_SAMPLE_SHADING = 0x8C36;
    [all...]
  /external/mesa3d/src/mesa/main/
enable.c 827 case GL_SAMPLE_SHADING:
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 299 _mesa_set_enable(ctx, GL_SAMPLE_SHADING, GL_TRUE);
    [all...]
meta.c 777 _mesa_set_enable(ctx, GL_SAMPLE_SHADING, GL_FALSE);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl     [all...]
  /external/mesa3d/include/GLES3/
gl32.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl32.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...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/sdk/25/
android.jar 

Completed in 240 milliseconds

1 2