/external/angle/src/tests/gl_tests/ |
D | MemorySizeTest.cpp | 55 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 1)) in TEST_P() 81 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 1)) in TEST_P() 102 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 1)) in TEST_P()
|
D | ProgramParameterTest.cpp | 46 if (getClientMajorVersion() < 3 || getClientMinorVersion() < 1) in TEST_P()
|
D | TextureMultisampleTest.cpp | 94 return getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in lessThanES31MultisampleExtNotSupported() 203 if (getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in texStorageMultisample() 221 if (getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in getTexLevelParameterfv() 237 if (getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in getTexLevelParameteriv() 250 if (getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in getMultisamplefv() 263 if (getClientMajorVersion() <= 3 && getClientMinorVersion() < 1 && in sampleMaski()
|
D | RenderbufferMultisampleTest.cpp | 58 if (getClientMajorVersion() < 3 || getClientMinorVersion() < 1) in TEST_P()
|
D | AtomicCounterBufferTest.cpp | 38 if (getClientMinorVersion() < 1) in TEST_P()
|
D | DebugTest.cpp | 129 if (!(getClientMajorVersion() >= 3 && getClientMinorVersion() >= 1) || in TEST_P()
|
D | BlendFuncExtendedTest.cpp | 230 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 1)) in testSetUp()
|
D | ProgramPipelineTest.cpp | 39 if (getClientMajorVersion() < 3 || getClientMinorVersion() < 1) in TEST_P()
|
D | MultisampledRenderToTextureTest.cpp | 31 if (getClientMajorVersion() >= 3 && getClientMinorVersion() >= 1) in testSetUp() 217 if (getClientMinorVersion() >= 1) in TEST_P()
|
D | GLSLTest.cpp | 10934 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 1)); in TEST_P() 10958 (getClientMajorVersion() == 3 && getClientMinorVersion() >= 2)); in TEST_P()
|
D | ComputeShaderTest.cpp | 3062 ((getClientMajorVersion() == 3) && (getClientMinorVersion() >= 1))); in TEST_P()
|
D | TextureTest.cpp | 5837 ANGLE_SKIP_TEST_IF((getClientMajorVersion() < 3 && getClientMinorVersion() < 1) && in TEST_P()
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 218 int getClientMinorVersion() const { return mState.getClientMinorVersion(); } in getClientMinorVersion() function
|
/external/angle/util/ |
D | EGLWindow.h | 69 EGLint getClientMinorVersion() const { return mClientMinorVersion; } in getClientMinorVersion() function
|
/external/angle/src/tests/egl_tests/ |
D | EGLMultiContextTest.cpp | 81 ANGLE_SKIP_TEST_IF(getClientMajorVersion() < 3 || getClientMinorVersion() < 1); in TEST_P()
|
D | EGLPrintEGLinfoTest.cpp | 320 switch (getClientMinorVersion()) in TEST_P()
|
/external/angle/src/libANGLE/ |
D | MemoryProgramCache.cpp | 119 << context->getClientMinorVersion() << context->getString(GL_RENDERER); in ComputeHash()
|
D | Context.h | 518 GLint getClientMinorVersion() const { return mState.getClientMinorVersion(); } in getClientMinorVersion() function
|
D | Compiler.cpp | 68 state.getClientMinorVersion(), in Compiler()
|
D | State.h | 116 GLint getClientMinorVersion() const { return mClientVersion.minor; } in getClientMinorVersion() function
|
D | Program.cpp | 4697 minorVersion != context->getClientMinorVersion()) in deserialize()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 1380 int ANGLETestBase::getClientMinorVersion() const in getClientMinorVersion() function in ANGLETestBase 1382 return getGLWindow()->getClientMinorVersion(); in getClientMinorVersion()
|
D | ANGLETest.h | 468 int getClientMinorVersion() const;
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 637 json->addScalar("Minor", state.getClientMinorVersion()); in SerializeContextState()
|
D | FrameCapture.cpp | 5395 << context->getClientMinorVersion() << ";\n"; in writeCppReplayIndexFiles()
|