/external/autotest/client/deps/glbench/src/ |
H A D | glinterface.h | 15 typedef struct waffle_context *GLContext; // Forward declaration from waffle.h. typedef in typeref:struct:waffle_context 25 typedef GLXContext GLContext; typedef 30 typedef EGLContext GLContext; typedef 57 virtual bool MakeCurrent(const GLContext& context) = 0; 58 virtual const GLContext CreateContext() = 0; 59 virtual void DeleteContext(const GLContext& context) = 0; 60 virtual const GLContext& GetMainContext() = 0;
|
H A D | glx_stuff.h | 27 virtual bool MakeCurrent(const GLContext& context); 28 virtual const GLContext CreateContext(); 29 virtual void DeleteContext(const GLContext& context); 30 virtual const GLContext& GetMainContext() {
|
H A D | egl_stuff.h | 30 virtual bool MakeCurrent(const GLContext& context); 31 virtual const GLContext CreateContext(); 32 virtual void DeleteContext(const GLContext& context); 33 virtual const GLContext& GetMainContext() {
|
H A D | waffle_stuff.h | 29 virtual bool MakeCurrent(const GLContext& context); 30 virtual const GLContext CreateContext(); 31 virtual void DeleteContext(const GLContext& context); 32 virtual const GLContext& GetMainContext() {
|
H A D | contexttest.cc | 36 GLContext main_context = interface->GetMainContext(); 37 GLContext new_context = interface->CreateContext();
|
H A D | glx_stuff.cc | 90 bool GLXInterface::MakeCurrent(const GLContext& context) { 94 const GLContext GLXInterface::CreateContext() { 101 void GLXInterface::DeleteContext(const GLContext& context) {
|
H A D | egl_stuff.cc | 101 bool EGLInterface::MakeCurrent(const GLContext& context) { 105 const GLContext EGLInterface::CreateContext() { 119 void EGLInterface::DeleteContext(const GLContext& context) {
|
H A D | waffle_stuff.cc | 181 bool WaffleInterface::MakeCurrent(const GLContext& context) { 185 const GLContext WaffleInterface::CreateContext() { 192 void WaffleInterface::DeleteContext(const GLContext& context) {
|
/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport) function in class:sglr::GLContext 65 GLContext::~GLContext (void) 116 void GLContext::enableLogging (deUint32 logFlags) 122 tcu::IVec2 GLContext::getDrawOffset (void) const 130 tcu::IVec2 GLContext::getReadOffset (void) const 138 int GLContext::getWidth (void) const 143 int GLContext::getHeight (void) const 148 void GLContext [all...] |
H A D | sglrGLContext.hpp | 50 class GLContext : public Context class in namespace:sglr 53 GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport); 54 virtual ~GLContext (void); 221 GLContext (const GLContext& other); 222 GLContext& operator= (const GLContext& other);
|
H A D | sglrShaderProgram.hpp | 254 friend class GLContext; // for source string access
|
/external/deqp/modules/glshared/ |
H A D | glsFragOpInteractionCase.hpp | 39 class GLContext; 76 sglr::GLContext* m_glCtx;
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
H A D | LwjglContext.java | 88 if (GLContext.getCapabilities().OpenGL20){ 120 if (GLContext.getCapabilities().OpenGL20){
|
H A D | LwjglDisplay.java | 142 && GLContext.getCapabilities().GL_ARB_multisample){
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
H A D | LwjglGL1Renderer.java | 38 import org.lwjgl.opengl.GLContext; 90 if (GLContext.getCapabilities().OpenGL12){ 107 if (GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) { 734 if (!GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) { 751 if (GLContext.getCapabilities().OpenGL14) {
|
H A D | LwjglRenderer.java | 143 ContextCapabilities ctxCaps = GLContext.getCapabilities();
1179 if (GLContext.getCapabilities().GL_EXT_framebuffer_blit) {
1365 if (fb.getSamples() > 1 && GLContext.getCapabilities().GL_EXT_framebuffer_multisample) {
1739 if (GLContext.getCapabilities().GL_EXT_texture_filter_anisotropic) {
1805 if (!GLContext.getCapabilities().OpenGL30) {
1825 if (!GLContext.getCapabilities().GL_ARB_texture_non_power_of_two) {
1839 if (!GLContext.getCapabilities().GL_ARB_texture_multisample) {
1872 if (GLContext.getCapabilities().OpenGL30) {
2462 // if (GLContext.getCapabilities().GL_ARB_vertex_array_object){
|
H A D | TextureUtil.java | 90 if (!isFormatSupported(fmt, GLContext.getCapabilities())) {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 144 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es2fTextureSpecificationTests.cpp | 374 void verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext); 375 void verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext); 430 sglr::GLContext gles2Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); 480 void TextureSpecCase::verifyTex2D (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext) 518 void TextureSpecCase::verifyTexCube (sglr::GLContext& gles2Context, sglr::ReferenceContext& refContext)
|
H A D | es2fStencilTests.cpp | 324 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fDepthTests.cpp | 147 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es3fFboTestCase.cpp | 83 sglr::GLContext context(renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height));
|
H A D | es3fStencilTests.cpp | 327 sglr::GLContext context(m_context.getRenderContext(), log, 0 /* don't log calls or program */, viewport);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 85 sglr::GLContext context(renderCtx, log, 0, tcu::IVec4(x, y, width, height));
|
H A D | es31fTextureSpecificationTests.cpp | 114 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext) = DE_NULL; 154 sglr::GLContext gles31Context (renderCtx, log, sglr::GLCONTEXT_LOG_CALLS, tcu::IVec4(x, y, width, height)); 214 virtual void verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext); 242 void TextureCubeArraySpecCase::verifyTexture (sglr::GLContext& gles3Context, sglr::ReferenceContext& refContext)
|