HomeSort by relevance Sort by last modified time
    Searched refs:refreshRate (Results 26 - 50 of 65) sorted by null

12 3

  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGraphics.java 479 protected JglfwDisplayMode (int width, int height, int refreshRate, int bitsPerPixel) {
480 super(width, height, refreshRate, bitsPerPixel);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Graphics.java 452 Lwjgl3DisplayMode(long monitor, int width, int height, int refreshRate, int bitsPerPixel) {
453 super(width, height, refreshRate, bitsPerPixel);
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSGraphics.java 485 protected IOSDisplayMode (int width, int height, int refreshRate, int bitsPerPixel) {
486 super(width, height, refreshRate, bitsPerPixel);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGraphics.java 568 protected IOSDisplayMode (int width, int height, int refreshRate, int bitsPerPixel) {
569 super(width, height, refreshRate, bitsPerPixel);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qclient.cpp 269 setRefreshRate(ctx, dpy, ctx->dpyAttr[dpy].refreshRate);
273 setRefreshRate(ctx, dpy, ctx->dpyAttr[dpy].refreshRate);
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 286 setRefreshRate(ctx, dpy, ctx->dpyAttr[dpy].refreshRate);
290 setRefreshRate(ctx, dpy, ctx->dpyAttr[dpy].refreshRate);
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8996/libqdutils/
display_config.cpp 165 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) {
170 inParcel.writeInt32(refreshRate);
  /hardware/qcom/display/msmcobalt/libqdutils/
display_config.cpp 165 int configureDynRefreshRate(uint32_t op, uint32_t refreshRate) {
170 inParcel.writeInt32(refreshRate);
  /external/lz4/programs/
frametest.c 95 if ((FUZ_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
98 static const U32 refreshRate = 150;
lz4io.c 117 if ((LZ4IO_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
120 static const unsigned refreshRate = 150;
  /frameworks/base/core/java/android/view/
DisplayInfo.java 459 public int findDefaultModeByRefreshRate(float refreshRate) {
464 defaultMode.getPhysicalWidth(), defaultMode.getPhysicalHeight(), refreshRate)) {
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 626 mMode = createMode(phys.width, phys.height, phys.refreshRate);
638 int displayInfoRefreshRate = Float.floatToIntBits(info.refreshRate);
OverlayDisplayWindow.java 389 float refreshRate, long presentationDeadlineNanos, int state);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 55 jfieldID refreshRate;
428 env->SetFloatField(infoObj, gPhysicalDisplayInfoClassInfo.refreshRate, info.fps);
797 gPhysicalDisplayInfoClassInfo.refreshRate = GetFieldIDOrDie(env, clazz, "refreshRate", "F");
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGraphics.java 713 protected AndroidDisplayMode (int width, int height, int refreshRate, int bitsPerPixel) {
714 super(width, height, refreshRate, bitsPerPixel);
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1254 deUint32 refreshRate;
    [all...]
vkStrUtilImpl.inl     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 1764 milliseconds

12 3