Searched defs:clientVersion (Results 1 – 11 of 11) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | formatutils.cpp | 78 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES() 92 static bool RequireESOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExt() 103 static bool RequireESOrExtAndExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtAndExt() 114 static bool RequireESOrExtOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtOrExt() 141 static bool UnsizedHalfFloatOESRGBATextureAttachmentSupport(const Version &clientVersion, in UnsizedHalfFloatOESRGBATextureAttachmentSupport() 151 static bool SizedRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedRGSupport() 157 static bool SizedHalfFloatOESRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatOESRGSupport() 162 static bool SizedHalfFloatOESRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatOESRGTextureAttachmentSupport() 169 static bool SizedHalfFloatRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatRGSupport() 183 static bool SizedHalfFloatRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatRGTextureAttachmentSupport() [all …]
|
D | Caps.cpp | 64 const Version &clientVersion, in GenerateMinimumTextureCaps() 125 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap() 1083 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
|
D | validationES32.cpp | 326 Version clientVersion = context->getClientVersion(); in ValidateGetPointerv() local
|
D | State.cpp | 313 const Version &clientVersion, in State() 391 const Version &clientVersion = context->getClientVersion(); in initialize() local
|
D | validationES.cpp | 4110 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local
|
D | Context.cpp | 2878 const Version &clientVersion = getClientVersion(); in initVersionStrings() local
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderContext.cpp | 45 GLESApi clientVersion = version; in createImpl() local 119 GLESApi RenderContext::clientVersion() const { in clientVersion() function in RenderContext
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
D | EGLQueryContextTest.cpp | 18 int clientVersion = GetParam().majorVersion; in testSetUp() local 86 EGLint clientVersion; in TEST_P() local
|
D | EGLNoConfigContextTest.cpp | 27 int clientVersion = GetParam().majorVersion; in testSetUp() local
|
D | EGLPresentPathD3D11Test.cpp | 39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 100 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local
|