Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fMultiviewTests.cpp125 …gl.framebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, 0 /* mip l… in setupFramebufferObjects()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl212 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
DglwFunctions.inl228 glFramebufferTextureMultiviewOVRFunc framebufferTextureMultiviewOVR; variable
DglwInitExtGL.inl932 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
DglwImpl.inl1788 gl->framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h819 PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC framebufferTextureMultiviewOVR = nullptr; variable
DDispatchTableGL_autogen.cpp2814 ASSIGN("glFramebufferTextureMultiviewOVR", framebufferTextureMultiviewOVR); in initProcsSharedExtensions()
5600 framebufferTextureMultiviewOVR = &glFramebufferTextureMultiviewOVRNULL; in initProcsSharedExtensionsNULL()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl228 gl->framebufferTextureMultiviewOVR = glFramebufferTextureMultiviewOVR;
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1589 m_gl.framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);