Searched refs:renderableType (Results 1 - 17 of 17) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp62 deInt32 renderableType; member in class:eglu::ConfigInfo
95 , renderableType (0)
H A DegluConfigFilter.hpp60 deUint32 renderableType (void) const;
H A DegluConfigInfo.cpp60 case EGL_RENDERABLE_TYPE: return renderableType;
97 egl.getConfigAttrib(display, config, EGL_RENDERABLE_TYPE, &dst->renderableType);
H A DegluGLUtil.cpp163 EGLint renderableType = 0; local
166 EGLU_CHECK_CALL(egl, getConfigAttrib(display, eglConfig, EGL_RENDERABLE_TYPE, &renderableType));
168 if ((renderableType & requiredRenderable) == 0)
H A DegluConfigFilter.cpp69 deUint32 CandidateConfig::renderableType (void) const { return (deUint32)get(EGL_RENDERABLE_TYPE); } function in class:eglu::CandidateConfig
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java208 // setup the renderableType which will only be included in the
210 int renderableType = EGL14.EGL_OPENGL_BIT;
212 renderableType = EGL14.EGL_OPENGL_ES2_BIT;
225 EGL10.EGL_RENDERABLE_TYPE, renderableType,
253 EGL10.EGL_RENDERABLE_TYPE, renderableType,
/external/deqp/modules/egl/
H A DteglColorClearTests.cpp77 return (c.renderableType() & Bits) == Bits;
H A DteglConfigList.cpp149 info.renderableType = renderableTypes.c_str();
H A DteglQuerySurfaceTests.cpp480 if (info.renderableType & EGL_OPENGL_ES_BIT || info.renderableType & EGL_OPENGL_ES2_BIT)
533 if (info.renderableType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)
553 if (info.renderableType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT)
H A DteglNegativeApiTests.cpp46 return (c.renderableType() & Type) == Type;
52 return (c.renderableType() & Type) == 0;
H A DteglCreateContextExtTests.cpp1040 return (c.renderableType() & Type) == Type;
H A DteglRenderTests.cpp1049 return (c.renderableType() & Bits) == Bits;
/external/deqp/framework/qphelper/
H A DqpTestLog.h177 const char* renderableType; member in struct:qpEglConfigInfo_s
H A DqpTestLog.c1134 attribs[numAttribs++] = qpSetStringAttrib ("RenderableType", config->renderableType);
/external/deqp/executor/
H A DxeTestCaseResult.hpp363 std::string renderableType; member in class:xe::ri::EglConfig
H A DxeTestLogWriter.cpp399 << Writer::Attribute("RenderableType", config.renderableType)
H A DxeTestResultParser.cpp624 config->renderableType = getAttribute("RenderableType");

Completed in 1798 milliseconds