Searched refs:mapbufferOES (Results 1 – 12 of 12) sorted by relevance
257 bool mapbufferOES = false; member
103 map["GL_OES_mapbuffer"] = enableableExtension(&Extensions::mapbufferOES); in GetExtensionInfoMap()
2940 if (!context->getExtensions().mapbufferOES) in ValidateGetBufferPointervOES()2954 if (!context->getExtensions().mapbufferOES) in ValidateMapBufferOES()3002 if (!context->getExtensions().mapbufferOES) in ValidateUnmapBufferOES()
6447 if (!extensions.mapbufferOES) in ValidateGetBufferParameterBase()6456 if (context->getClientMajorVersion() < 3 && !extensions.mapbufferOES && in ValidateGetBufferParameterBase()
3023 if (context->getClientMajorVersion() < 3 && !context->getExtensions().mapbufferOES) in ValidateGetBufferPointervRobustANGLE()
3887 mState.mExtensions.mapbufferOES = false; in initCaps()
76 mExtensions.mapbufferOES = true; in ContextNULL()
675 extensions->mapbufferOES = false; in GenerateCaps()
354 mNativeExtensions.mapbufferOES = true; in ensureCapsInitialized()
1588 extensions->mapbufferOES = true; in GenerateCaps()
861 mNativeExtensions.mapbufferOES = true;
1352 extensions->mapbufferOES = functions->isAtLeastGL(gl::Version(1, 5)) || in GenerateCaps()