Searched refs:framebufferTextureMultiviewOVR (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fMultiviewTests.cpp | 125 …gl.framebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_arrayTexture, 0 /* mip l… in setupFramebufferObjects()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 212 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
|
D | glwFunctions.inl | 228 glFramebufferTextureMultiviewOVRFunc framebufferTextureMultiviewOVR; variable
|
D | glwInitExtGL.inl | 932 …gl->framebufferTextureMultiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebu…
|
D | glwImpl.inl | 1788 gl->framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 819 PFNGLFRAMEBUFFERTEXTUREMULTIVIEWOVRPROC framebufferTextureMultiviewOVR = nullptr; variable
|
D | DispatchTableGL_autogen.cpp | 2814 ASSIGN("glFramebufferTextureMultiviewOVR", framebufferTextureMultiviewOVR); in initProcsSharedExtensions() 5600 framebufferTextureMultiviewOVR = &glFramebufferTextureMultiviewOVRNULL; in initProcsSharedExtensionsNULL()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 228 gl->framebufferTextureMultiviewOVR = glFramebufferTextureMultiviewOVR;
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1589 m_gl.framebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews);
|