Home
last modified time | relevance | path

Searched refs:DEFAULT_RENDER_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttextrender.c77 #define DEFAULT_RENDER_HEIGHT 576 macro
396 MAX (render->image_height + render->ypad, DEFAULT_RENDER_HEIGHT)); in gst_text_render_fixate_caps()
699 render->height = DEFAULT_RENDER_HEIGHT; in gst_text_render_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp66 DEFAULT_RENDER_HEIGHT = 100, enumerator
2889 const tcu::UVec2 renderSize (DEFAULT_RENDER_WIDTH, DEFAULT_RENDER_HEIGHT); in renderTess()