Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp36 GLint planeCount = 0; in TEST_P() local
37 glGetIntegerv(GL_MAX_CLIP_PLANES, &planeCount); in TEST_P()
40 EXPECT_GE(planeCount, 1); // spec minimum in TEST_P()
44 for (int i = 0; i < planeCount; i++) in TEST_P()
64 GLint planeCount = 0; in TEST_P() local
65 glGetIntegerv(GL_MAX_CLIP_PLANES, &planeCount); in TEST_P()
68 glClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
74 glGetClipPlanef(GL_CLIP_PLANE0 + planeCount, nullptr); in TEST_P()
84 GLint planeCount = 0; in TEST_P() local
85 glGetIntegerv(GL_MAX_CLIP_PLANES, &planeCount); in TEST_P()
[all …]
/external/mesa3d/include/android_stub/android/
Dhardware_buffer.h326 uint32_t planeCount; ///< Number of distinct planes member
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp535 size_t planeCount = IOSurfaceGetPlaneCount(ioSurface); in createPBufferSurface() local
538 ((planeCount != 0) && static_cast<size_t>(ioSurfacePlane) >= planeCount)) in createPBufferSurface()
/external/angle/src/libANGLE/
DvalidationEGL.cpp4062 EGLAttrib planeCount = -1; in ValidateStreamConsumerGLTextureExternalAttribsNV() local
4092 planeCount = value; in ValidateStreamConsumerGLTextureExternalAttribsNV()
4117 if (planeCount > 0) in ValidateStreamConsumerGLTextureExternalAttribsNV()
4141 if (planeCount == -1) in ValidateStreamConsumerGLTextureExternalAttribsNV()
4143 planeCount = 2; in ValidateStreamConsumerGLTextureExternalAttribsNV()
4145 if (planeCount < 1 || planeCount > 3) in ValidateStreamConsumerGLTextureExternalAttribsNV()
4150 for (EGLAttrib i = planeCount; i < 3; i++) in ValidateStreamConsumerGLTextureExternalAttribsNV()
4161 for (EGLAttrib i = 0; i < planeCount; i++) in ValidateStreamConsumerGLTextureExternalAttribsNV()
Dformatutils.h500 uint32_t planeCount; member
Dformatutils.cpp607 planeCount = gl::GetPlaneCount(internalFormat); in YuvFormatInfo()
617 planeBpp[2] = (planeCount > 2) ? planeBpp[1] : 0; in YuvFormatInfo()
623 planeExtent[2] = (planeCount > 2) ? planeExtent[1] : Extents(); in YuvFormatInfo()
/external/angle/src/tests/gl_tests/
DImageTest.cpp507 EXPECT_EQ(data.size(), planeInfo.planeCount); in writeAHBData()
779 ASSERT_EQ(data.size(), planeInfo.planeCount); in verifyResultAHB()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5540 for (uint32_t plane = 0; plane < yuvInfo.planeCount; plane++) in stageSubresourceUpdateImpl()
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi38742 …<var-decl name='planeCount' type-id='8f92235e' visibility='default' filepath='frameworks/native/li…