Searched refs:framebufferTextureMultiviewOVR (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fMultiviewTests.cpp | 124 …gl.framebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, 0 /* mip l… in setupFramebufferObjects()
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwInitExtES.inl | 220 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
|
H A D | glwFunctions.inl | 229 glFramebufferTextureMultiviewOVRFunc framebufferTextureMultiviewOVR; variable
|
H A D | glwInitExtGL.inl | 942 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
|
H A D | glwImpl.inl | 1796 gl->framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateAttachmentTests.cpp | 212 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 D | DispatchTableGL_autogen.h | 831 PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC framebufferTextureMultiviewOVR = nullptr; variable
|
H A D | DispatchTableGL_autogen.cpp | 2903 ASSIGN("glFramebufferTextureMultiviewOVR", framebufferTextureMultiviewOVR); in initProcsSharedExtensions() 5778 framebufferTextureMultiviewOVR = &glFramebufferTextureMultiviewOVRNULL; in initProcsSharedExtensionsNULL()
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextInitFuncs.inl | 229 gl->framebufferTextureMultiviewOVR = glFramebufferTextureMultiviewOVR;
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.inl | 1596 m_gl.framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
|