Home
last modified time | relevance | path

Searched defs:pixel_y (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DGameSurfaceView.java27 …tic native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, int pixel_y); in native_onTouchInput()
/external/oboe/samples/RhythmGame/src/main/cpp/
Dnative-lib.cpp69 jint pixel_y) { in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c96 unsigned i, pixel, pixel_y, pixel_x, sample; in gm200_validate_sample_locations() local
115 unsigned pixel_y = pixel / hw_grid_width; in gm200_validate_sample_locations() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs.h407 fs_reg pixel_y; variable