Home
last modified time | relevance | path

Searched refs:D3DFVF_SPECULAR (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h548 if (fvf & D3DFVF_SPECULAR) { size += 1*4; } in nine_fvf_stride()
/third_party/openGLES/extensions/EXT/
DEXT_vertex_array_bgra.txt346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_array_bgra.txt346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_array_bgra.txt361 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/openGLES/extensions/ARB/
DARB_vertex_array_bgra.txt371 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
/third_party/mesa3d/include/D3D9/
Dd3d9types.h295 #define D3DFVF_SPECULAR 0x00000080 macro