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

  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 130 bool renderStateCaptured[D3DRS_BLENDOPALPHA + 1];
131 unsigned long renderState[D3DRS_BLENDOPALPHA + 1];
Direct3DStateBlock9.cpp 152 for(int state = D3DRS_ZENABLE; state <= D3DRS_BLENDOPALPHA; state++)
372 for(int state = 0; state < D3DRS_BLENDOPALPHA + 1; state++)
820 for(int state = 0; state < D3DRS_BLENDOPALPHA + 1; state++)
1058 captureRenderState(D3DRS_BLENDOPALPHA);
    [all...]
Direct3DDevice9.hpp 293 unsigned long renderState[D3DRS_BLENDOPALPHA + 1];
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.h 35 #define NINED3DRS_VSPOINTSIZE (D3DRS_BLENDOPALPHA + 1)
36 #define NINED3DRS_RTMASK (D3DRS_BLENDOPALPHA + 2)
41 #define NINED3DRS_ALPHACOVERAGE (D3DRS_BLENDOPALPHA + 3)
42 #define NINED3DRS_MULTISAMPLE (D3DRS_BLENDOPALPHA + 4)
44 #define D3DRS_LAST D3DRS_BLENDOPALPHA
nine_limits.h 75 render_state_limits_table[D3DRS_BLENDOPALPHA + 1] = {
221 sampler_state_limits_table[D3DRS_BLENDOPALPHA + 1] = {
nine_pipe.c 173 blend.rt[0].alpha_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOPALPHA]);
nine_state.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 851 D3DRS_BLENDOPALPHA = 209
    [all...]

Completed in 70 milliseconds