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

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 35 ADDR_LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
41 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
blending.cpp 49 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
GGLAssembler.cpp 267 immed12_pre(GGL_OFFSETOF(ditherMatrix)));
    [all...]
texturing.cpp     [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 124 #define GGL_OFFSETOF(field) uintptr_t(&(((context_t*)0)->field))

Completed in 275 milliseconds