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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
dlist.c 1078 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) function
1094 n = alloc_instruction(ctx, OPCODE_ACCUM, 2);
1111 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2);
1128 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2);
1147 n = alloc_instruction(ctx, OPCODE_BITMAP, 7);
1171 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1);
1187 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2);
1205 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4);
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 1078 alloc_instruction(struct gl_context *ctx, OpCode opcode, GLuint nparams) function
1094 n = alloc_instruction(ctx, OPCODE_ACCUM, 2);
1111 n = alloc_instruction(ctx, OPCODE_ALPHA_FUNC, 2);
1128 n = alloc_instruction(ctx, OPCODE_BIND_TEXTURE, 2);
1147 n = alloc_instruction(ctx, OPCODE_BITMAP, 7);
1171 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION, 1);
1187 n = alloc_instruction(ctx, OPCODE_BLEND_EQUATION_SEPARATE, 2);
1205 n = alloc_instruction(ctx, OPCODE_BLEND_FUNC_SEPARATE, 4);
    [all...]

Completed in 102 milliseconds