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

1 2

  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 21 * \brief GL_EXT_debug_marker tests
48 if (!ctxInfo.isExtensionSupported("GL_EXT_debug_marker"))
51 TCU_THROW(TestError, "Support for GL_EXT_debug_marker is mandatory on Android");
53 TCU_THROW(NotSupportedError, "GL_EXT_debug_marker is not supported");
63 : TestCase(context, "supported", "Is GL_EXT_debug_marker supported")
70 m_testCtx.setTestResult(QP_TEST_RESULT_PASS, "GL_EXT_debug_marker is supported");
106 : TestCase(context, "random", "Random GL_EXT_debug_marker usage")
165 : TestCase(context, "invalid", "Invalid GL_EXT_debug_marker usage")
178 m_testCtx.getLog() << TestLog::Message << "Note: GL_EXT_debug_marker calls must not report an error even if invalid arguments are supplied." << TestLog::EndMessage;
198 de::MovePtr<tcu::TestCaseGroup> debugMarkerGroup (new tcu::TestCaseGroup(context.getTestContext(), "debug_marker", "GL_EXT_debug_marker tests"))
    [all...]
es2fDebugMarkerTests.hpp 23 * \brief GL_EXT_debug_marker tests
  /frameworks/base/libs/hwui/
Extensions.cpp 61 mHasDebugMarker = extensions.has("GL_EXT_debug_marker");
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 310 if (gl_extensions.find("GL_EXT_debug_marker") == std::string::npos) {
311 gl_extensions.insert(0, "GL_EXT_debug_marker ");
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 241 << "GL_EXT_debug_marker"
  /external/deqp/scripts/opengl/
src_util.py 76 'GL_EXT_debug_marker',
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 350 if (extensions.has("GL_EXT_debug_marker")) {
702 if (extensions.has("GL_EXT_debug_marker")) {
GrGLInterface.cpp 396 if (fExtensions.has("GL_EXT_debug_marker")) {
  /external/deqp/framework/opengl/wrapper/
glwInitExtES.inl 117 if (de::contains(extSet, "GL_EXT_debug_marker"))
glwInitExtGL.inl     [all...]
  /sdk/files/
devices.xml 147 GL_EXT_debug_marker
470 <d:gl-extensions>GL_EXT_debug_marker GL_AMD_compressed_ATC_texture
565 <d:gl-extensions>GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary
  /external/swiftshader/include/GLES/
glext.h     [all...]
  /external/skqp/src/gpu/gl/
GrGLAssembleInterface.cpp 350 if (extensions.has("GL_EXT_debug_marker")) {
834 if (extensions.has("GL_EXT_debug_marker")) {
    [all...]
GrGLInterface.cpp 396 if (fExtensions.has("GL_EXT_debug_marker")) {
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h     [all...]
  /external/deqp/modules/egl/
teglGetProcAddressTests.inl     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2ext.h 476 /* GL_EXT_debug_marker */
    [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...]
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]

Completed in 1974 milliseconds

1 2