Home
last modified time | relevance | path

Searched defs:px (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMipmapTest.cpp859 int px = getWindowWidth() / 2; in TEST_P() local
917 int px = getWindowWidth() / 2; in TEST_P() local
957 int px = getWindowWidth() / 2; in TEST_P() local
DUniformBufferTest.cpp86 int px = getWindowWidth() / 2; in TEST_P() local
155 int px = getWindowWidth() / 2; in TEST_P() local
214 int px = getWindowWidth() / 2; in TEST_P() local
247 int px = getWindowWidth() / 2; in TEST_P() local
680 int px = getWindowWidth() / 2; in TEST_P() local
736 int px = getWindowWidth() / 2; in TEST_P() local
DPointSpritesTest.cpp92 for (float px = 0; px < 2; ++px) in testPointCoordAndPointSizeCompliance() local
DBlendFuncExtendedTest.cpp77 const auto px = x + xx; in CheckPixels() local
DTextureTest.cpp1716 int px = getWindowWidth() - 1; in TEST_P() local
1758 int px = getWindowWidth() / 2; in TEST_P() local
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp427 uint16_t *px = (uint16_t*)img + y * stride; in captureRaw() local
468 uint8_t *px = img + outY * width * 4; in captureRGBA() local
507 uint8_t *px = img + outY * width * 3; in captureRGB() local
660 uint16_t *px = ((uint16_t*)img) + outY * width; in captureDepth() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dcodec.cc85 const size_t px = block_width * block_x + x; in DecompressToImage() local
/device/generic/vulkan-cereal/stream-servers/
DRenderWindow.cpp108 float px; member
540 void RenderWindow::setTranslation(float px, float py) { in setTranslation()
DPostWorker.cpp74 float px = mFb->getPx(); 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.cc110 const int px = block_width * block_x + x; in TEST_P() local
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp67 uint8_t *px = img + outY * width * 4; in captureRGBA() 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()