Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fMultiviewTests.cpp124 …gl.framebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, 0 /* mip l… in setupFramebufferObjects()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitExtES.inl220 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
H A DglwFunctions.inl229 glFramebufferTextureMultiviewOVRFunc framebufferTextureMultiviewOVR; variable
H A DglwInitExtGL.inl942 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
H A DglwImpl.inl1796 gl->framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.cpp212 gl.framebufferTextureMultiviewOVR(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_to_id, 0, 0, in setupTest()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h831 PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC framebufferTextureMultiviewOVR = nullptr; variable
H A DDispatchTableGL_autogen.cpp2903 ASSIGN("glFramebufferTextureMultiviewOVR", framebufferTextureMultiviewOVR); in initProcsSharedExtensions()
5778 framebufferTextureMultiviewOVR = &glFramebufferTextureMultiviewOVRNULL; in initProcsSharedExtensionsNULL()
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl229 gl->framebufferTextureMultiviewOVR = glFramebufferTextureMultiviewOVR;
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl1596 m_gl.framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);