Home
last modified time | relevance | path

Searched refs:widthInPixels (Results 1 – 6 of 6) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DRendererWrapper.java25 public static native void native_onSurfaceChanged(int widthInPixels, int heightInPixels); in native_onSurfaceChanged() argument
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.h50 void onSurfaceChanged(int widthInPixels, int heightInPixels);
DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() argument
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktDemuxer.hpp105 uint16_t widthInPixels; // bytes 12-13 width in pixels
/external/skia/src/gpu/graphite/mtl/
DMtlCommandBuffer.mm795 static bool check_max_blit_width(int widthInPixels) {
796 if (widthInPixels > 32767) {
/external/skia/src/gpu/ganesh/mtl/
DGrMtlGpu.mm305 static bool check_max_blit_width(int widthInPixels) {
306 if (widthInPixels > 32767) {