Home
last modified time | relevance | path

Searched defs:py (Results 1 – 13 of 13) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMipmapTest.cpp860 int py = getWindowHeight() / 2; in TEST_P() local
918 int py = getWindowHeight() / 2; in TEST_P() local
958 int py = getWindowHeight() / 2; in TEST_P() local
DUniformBufferTest.cpp87 int py = getWindowHeight() / 2; in TEST_P() local
156 int py = getWindowHeight() / 2; in TEST_P() local
215 int py = getWindowHeight() / 2; in TEST_P() local
248 int py = getWindowHeight() / 2; in TEST_P() local
681 int py = getWindowHeight() / 2; in TEST_P() local
737 int py = getWindowHeight() / 2; in TEST_P() local
DPointSpritesTest.cpp90 for (float py = 0; py < 2; ++py) in testPointCoordAndPointSizeCompliance() local
DBlendFuncExtendedTest.cpp78 const auto py = y + yy; in CheckPixels() local
DTextureTest.cpp1717 int py = 0; in TEST_P() local
1759 int py = getWindowHeight() / 2; in TEST_P() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dcodec.cc81 const size_t py = block_height * block_y + y; in DecompressToImage() local
/device/generic/vulkan-cereal/stream-servers/
DRenderWindow.cpp109 float py; member
540 void RenderWindow::setTranslation(float px, float py) { in setTranslation()
DPostWorker.cpp75 float py = mFb->getPy(); in postImpl() local
DFrameBuffer.h440 void setDisplayTranslation(float px, float py) { in setDisplayTranslation()
DRendererImpl.cpp452 void RendererImpl::setOpenGLDisplayTranslation(float px, float py) { in setOpenGLDisplayTranslation()
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/
Dlogical_astc_block_test.cc111 const int py = block_height * block_y + y; in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVaryingPacking.cpp30 const sh::ShaderVariable *px, *py; in ComparePackedVarying() local
/device/generic/vulkan-cereal/host-common/
Dopengles.cpp475 android_setOpenglesTranslation(float px, float py) in android_setOpenglesTranslation()