Home
last modified time | relevance | path

Searched refs:glFramebufferTextureMultiviewOVR (Results 1 – 25 of 34) sorted by relevance

12

/external/angle/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp232 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, -1, 1); in TEST_P()
238 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, maxTextureLayers, in TEST_P()
255 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 1, 1); in TEST_P()
275 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 0, 1); in TEST_P()
342 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 0, 1); in TEST_P()
370 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 0, 1); in TEST_P()
396 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 1, 2); in TEST_P()
428 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex, 0, 0, 2); in TEST_P()
442 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, otherTexLayered, 0, 1, in TEST_P()
449 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT1, otherTexLayered, 0, 3, in TEST_P()
[all …]
DMultiviewDrawTest.cpp578 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArray, 0, 0, 2); in TEST_P()
603 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2D, 0, 0, 1); in TEST_P()
656 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2D, 0, 0, 1); in TEST_P()
671 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArray, 0, 0, 2); in TEST_P()
713 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArray, 0, 0, 2); in TEST_P()
784 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArray, 0, 0, 2); in TEST_P()
828 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2D, 0, 0, 1); in TEST_P()
881 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArr, 0, 0, 2); in TEST_P()
894 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2D, 0, 0, 1); in TEST_P()
907 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArr, 0, 0, 2); in TEST_P()
DPixelLocalStorageTest.cpp2511 CHECK_ENDS_PLS(glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in doImplicitDisablesTest_TextureAttachments()
2515 CHECK_ENDS_PLS(glFramebufferTextureMultiviewOVR(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in doImplicitDisablesTest_TextureAttachments()
2519 CHECK_ENDS_PLS(glFramebufferTextureMultiviewOVR(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in doImplicitDisablesTest_TextureAttachments()
2523 CHECK_ENDS_PLS_WITH_READ_FBO(glFramebufferTextureMultiviewOVR( in doImplicitDisablesTest_TextureAttachments()
/external/angle/src/tests/test_utils/
DMultiviewTest.cpp190 glFramebufferTextureMultiviewOVR(target, attachment, colorTextures[i], 0, baseViewIndex, in AttachMultiviewTextures()
195 glFramebufferTextureMultiviewOVR(target, GL_DEPTH_ATTACHMENT, depthTexture, 0, in AttachMultiviewTextures()
200 glFramebufferTextureMultiviewOVR(target, GL_DEPTH_STENCIL_ATTACHMENT, depthStencilTexture, in AttachMultiviewTextures()
/external/angle/samples/multiview/
DMultiview.cpp98 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, mColorTexture, 0, 0, in initialize()
100 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, mDepthTexture, 0, 0, in initialize()
/external/angle/src/tests/perf_tests/
DMultiviewPerf.cpp258 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, mColorTexture, 0, in initializeBenchmark()
260 glFramebufferTextureMultiviewOVR(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, mDepthTexture, 0, in initializeBenchmark()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl220 …tiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebufferTextureMultiviewOVR");
DglwInitExtGL.inl942 …tiviewOVR = (glFramebufferTextureMultiviewOVRFunc) loader->get("glFramebufferTextureMultiviewOVR");
DglwApi.inl229 #define glFramebufferTextureMultiviewOVR glwFramebufferTextureMultiviewOVR macro
/external/angle/src/libGLESv2/
Dopengl32_autogen.def1260 glFramebufferTextureMultiviewOVR
DlibGLESv2_autogen.def1275 glFramebufferTextureMultiviewOVR
DlibGLESv2_with_capture_autogen.def1275 glFramebufferTextureMultiviewOVR
DlibGLESv2_vulkan_secondaries_autogen.def1275 glFramebufferTextureMultiviewOVR
DlibGLESv2_no_capture_autogen.def1275 glFramebufferTextureMultiviewOVR
Dopengl32_with_wgl_autogen.def1256 glFramebufferTextureMultiviewOVR
DlibGLESv2_autogen.cpp6050 void GL_APIENTRY glFramebufferTextureMultiviewOVR(GLenum target, in glFramebufferTextureMultiviewOVR() function
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa-symbols.txt335 glFramebufferTextureMultiviewOVR
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl229 gl->framebufferTextureMultiviewOVR = glFramebufferTextureMultiviewOVR;
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl1972 "glFramebufferTextureMultiviewOVR",
/external/angle/util/capture/
Dtrace_gles_loader_autogen.h827 #define glFramebufferTextureMultiviewOVR t_glFramebufferTextureMultiviewOVR macro
Dframe_capture_replay_autogen.cpp1104 glFramebufferTextureMultiviewOVR( in ReplayTraceFunctionCall()
/external/angle/util/
Dgles_loader_autogen.h827 #define glFramebufferTextureMultiviewOVR l_glFramebufferTextureMultiviewOVR macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl229 void glFramebufferTextureMultiviewOVR (glw::GLenum target, glw::GLenum attachment, glw::GLu…
/external/mesa3d/include/GLES2/
Dgl2ext.h3800 GL_APICALL void GL_APIENTRY glFramebufferTextureMultiviewOVR (GLenum target, GLenum attachment, GLu…
/external/angle/include/GLES2/
Dgl2ext.h3730 GL_APICALL void GL_APIENTRY glFramebufferTextureMultiviewOVR (GLenum target, GLenum attachment, GLu…

12