HomeSort by relevance Sort by last modified time
    Searched refs:gop (Results 1 - 10 of 10) sorted by null

  /external/u-boot/lib/efi_selftest/
efi_selftest_gop.c 14 static struct efi_gop *gop; variable in typeref:struct:efi_gop
30 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
32 gop = NULL;
61 if (!gop)
64 if (!gop->mode) {
68 max_mode = gop->mode->max_mode;
76 ret = gop->query_mode(gop, i, &size, &info);
88 EFI_UNIT_TEST(gop) = { variable
efi_selftest_bitblt.c 27 static struct efi_gop *gop; variable in typeref:struct:efi_gop
73 if (*pos >= WIDTH + gop->mode->info->width)
79 if (*pos >= gop->mode->info->width) {
80 width = WIDTH + gop->mode->info->width - *pos;
88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH,
118 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
120 gop = NULL;
236 if (!gop)
239 if (!gop->mode)
    [all...]
  /external/u-boot/cmd/
elf.c 258 struct efi_gop_info *gop; local
325 gop = (struct efi_gop_info *)(base + EFI_GOP_INFO_OFFSET);
326 gop->magic = EFI_GOP_INFO_MAGIC;
327 gop->info.version = 0;
328 gop->info.width = vesa->x_resolution;
329 gop->info.height = vesa->y_resolution;
330 gop->info.pixel_format = EFI_GOT_RGBA8;
331 gop->info.pixels_per_scanline = vesa->bytes_per_scanline / 4;
332 gop->fb_base = vesa->phys_base_ptr;
333 gop->fb_size = vesa->bytes_per_scanline * vesa->y_resolution
    [all...]
  /external/mesa3d/src/mesa/main/tests/
mesa_formats.cpp 103 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \
106 EXPECT_TRUE(g gop 0); \
  /external/u-boot/lib/efi/
efi_stub.c 278 struct efi_gop *gop; local
319 ret = boot->locate_protocol(&efi_gop_guid, NULL, (void **)&gop);
321 puts(" GOP unavailable\n");
323 mode.fb_base = gop->mode->fb_base;
324 mode.fb_size = gop->mode->fb_size;
325 mode.info_size = gop->mode->info_size;
327 gop->mode->info,
  /external/u-boot/arch/arm/dts/
armada-cp110-master.dtsi 75 gop-port-id = <0>;
82 gop-port-id = <2>;
89 gop-port-id = <3>;
113 "cpm-gop-dp", "none", "cpm-pcie_x10",
armada-cp110-slave.dtsi 75 gop-port-id = <0>;
82 gop-port-id = <2>;
89 gop-port-id = <3>;
113 "cps-gop-dp", "none", "cps-pcie_x10",
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.cpp 45 const C2StreamGopTuning::output &gop,
49 for (size_t i = 0; i < gop.flexCount(); ++i) {
50 const C2GopLayerStruct &layer = gop.m.values[i];
206 const C2P<C2StreamGopTuning::output> &gop) {
209 ParseGop(gop.v, nullptr, nullptr, &maxBframes);
824 ALOGE("Unable to set GOP params = 0x%x\n",
919 std::shared_ptr<C2StreamGopTuning::output> gop; local
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodec.cpp 871 std::unique_ptr<C2StreamGopTuning::output> gop =
873 gop->m.values[0] = { P_FRAME, UINT32_MAX };
874 gop->m.values[1] = {
878 configUpdate.push_back(std::move(gop));
    [all...]
  /external/deqp-deps/glslang/SPIRV/
doc.cpp 757 const char* GroupOperationString(int gop)
760 switch (gop)
    [all...]

Completed in 470 milliseconds