HomeSort by relevance Sort by last modified time
    Searched defs:gglCtx (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/pixelflinger2/
shader.cpp 367 const GGLState * gglCtx;
375 const GGLState * gglCtx = ctx->gglCtx;
379 symbol = (void *)gglCtx->textureState.textureData;
381 symbol = (void *)gglCtx->textureState.textureDimensions;
394 gl_shader_program * program, const GGLState * gglCtx)
418 SymbolLookupContext ctx = {gglCtx, program, shader};
441 void GenerateScanLine(const GGLState * gglCtx, const gl_shader_program * program, llvm::Module * mod,
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 82 const GGLState * gglCtx);
84 const GGLState * gglCtx);
100 const GGLState * gglCtx;
105 ir_to_llvm_visitor(llvm::Module* p_mod, const GGLState * GGLCtx, const char * suffix)
107 (llvm::BasicBlock*)0)), bb(0), bld(ctx), gglCtx(GGLCtx), shaderSuffix(suffix),
    [all...]

Completed in 363 milliseconds