Home
last modified time | relevance | path

Searched refs:extFuncMap (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp542 map<string, glw::GenericFuncType> extFuncMap; in initFunctions() local
543 const ExtFuncLoader extFuncLoader (extFuncMap); in initFunctions()
546 extFuncMap["glMinSampleShadingOES"] = (glw::GenericFuncType)src.minSampleShading; in initFunctions()
549 extFuncMap["glTexStorage3DMultisampleOES"] = (glw::GenericFuncType)src.texStorage3DMultisample; in initFunctions()
552 extFuncMap["glBlendBarrierKHR"] = (glw::GenericFuncType)blendBarrierKHR; in initFunctions()
555 extFuncMap["glPatchParameteriEXT"] = (glw::GenericFuncType)src.patchParameteri; in initFunctions()
558 extFuncMap["glFramebufferTextureEXT"] = (glw::GenericFuncType)src.framebufferTexture; in initFunctions()
561 extFuncMap["glDebugMessageControlKHR"] = (glw::GenericFuncType)src.debugMessageControl; in initFunctions()
562 extFuncMap["glDebugMessageInsertKHR"] = (glw::GenericFuncType)src.debugMessageInsert; in initFunctions()
563 extFuncMap["glDebugMessageCallbackKHR"] = (glw::GenericFuncType)src.debugMessageCallback; in initFunctions()
[all …]