Home
last modified time | relevance | path

Searched refs:negZ (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp1215 egl::Image *negZ = image[CubeFaceIndex(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z)][level]; in updateBorders() local
1217 if(!posX || !negX || !posY || !negY || !posZ || !negZ) in updateBorders()
1227 …yContents() || !negX->hasDirtyContents() || !negY->hasDirtyContents() || !negZ->hasDirtyContents()) in updateBorders()
1237 negY->copyCubeEdge(sw::Surface::BOTTOM, negZ, sw::Surface::BOTTOM); in updateBorders()
1238 negZ->copyCubeEdge(sw::Surface::BOTTOM, negY, sw::Surface::BOTTOM); in updateBorders()
1241 posY->copyCubeEdge(sw::Surface::TOP, negZ, sw::Surface::TOP); in updateBorders()
1245 negZ->copyCubeEdge(sw::Surface::TOP, posY, sw::Surface::TOP); in updateBorders()
1249 posX->copyCubeEdge(sw::Surface::RIGHT, negZ, sw::Surface::LEFT); in updateBorders()
1254 negZ->copyCubeEdge(sw::Surface::RIGHT, negX, sw::Surface::LEFT); in updateBorders()
1259 negX->copyCubeEdge(sw::Surface::LEFT, negZ, sw::Surface::RIGHT); in updateBorders()
[all …]
/external/angle/src/tests/gl_tests/
DSimpleOperationTest.cpp1023 const Vector3 negZ(0, 0, -1); in TEST_P() local
1028 posZ, posZ, posZ, posZ /* fifth face */, negZ, negZ, negZ, negZ /* sixth face */, in TEST_P()
/external/swiftshader/src/Device/
DBlitter.cpp2219 VkImageSubresource negZ = posZ; in updateBorders() local
2220 negZ.arrayLayer++; in updateBorders()
2227 copyCubeEdge(image, negY, BOTTOM, negZ, BOTTOM); in updateBorders()
2228 copyCubeEdge(image, negZ, BOTTOM, negY, BOTTOM); in updateBorders()
2231 copyCubeEdge(image, posY, TOP, negZ, TOP); in updateBorders()
2235 copyCubeEdge(image, negZ, TOP, posY, TOP); in updateBorders()
2238 copyCubeEdge(image, posX, RIGHT, negZ, LEFT); in updateBorders()
2243 copyCubeEdge(image, negZ, RIGHT, negX, LEFT); in updateBorders()
2248 copyCubeEdge(image, negX, LEFT, negZ, RIGHT); in updateBorders()
2250 copyCubeEdge(image, negZ, LEFT, posX, RIGHT); in updateBorders()