Searched defs:clientVersion (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 215 static bool RequireESVersion(GLuint clientVersion, const Extensions &) in RequireESVersion() 232 static bool RequireESVersionOrExtension(GLuint clientVersion, const Extensions &extensions) in RequireESVersionOrExtension() 239 static bool RequireESVersionOrExtensions(GLuint clientVersion, const Extensions &extensions) in RequireESVersionOrExtensions()
|
D | Framebuffer.cpp | 392 GLuint clientVersion = mRenderer->getCurrentClientVersion(); in completeness() local
|
D | Context.cpp | 40 Context::Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool n… in Context() 2229 void Context::initCaps(GLuint clientVersion) in initCaps() 2293 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *rend… in glCreateContext()
|
D | validationES.cpp | 940 GLuint clientVersion = context->getClientVersion(); in ValidateReadPixelsParameters() local
|
D | State.cpp | 32 void State::initialize(const Caps& caps, GLuint clientVersion) in initialize()
|
D | libGLESv2.cpp | 2123 int clientVersion = context->getClientVersion(); in glGetFramebufferAttachmentParameteriv() local
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | ANGLETest.cpp | 110 void ANGLETest::setClientVersion(int clientVersion) in setClientVersion()
|
D | DrawBuffersTest.cpp | 6 DrawBuffersTest(int clientVersion) in DrawBuffersTest()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 239 void setCurrentClientVersion(int clientVersion) { mCurrentClientVersion = clientVersion; } in setCurrentClientVersion()
|
/external/deqp/modules/egl/ |
D | teglQueryContextTests.cpp | 63 EGLint clientVersion; member 405 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); in executeForContext() local
|
/external/chromium_org/third_party/angle/src/libEGL/ |
D | Display.cpp | 393 EGLContext Display::createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *… in createContext()
|