Lines Matching refs:textureFormat
138 if(state.textureFormat == FORMAT_R5G6B5) in sampleTexture()
165 switch(state.textureFormat) in sampleTexture()
338 switch(state.textureFormat) in sampleTexture()
362 if(state.textureFormat == FORMAT_R5G6B5) in sampleTexture()
389 switch(state.textureFormat) in sampleTexture()
1760 switch(state.textureFormat) in sampleTexel()
1784 switch(state.textureFormat) in sampleTexel()
1810 if(state.textureFormat == FORMAT_A8B8G8R8I) in sampleTexel()
1842 switch(state.textureFormat) in sampleTexel()
1864 if(state.textureFormat == FORMAT_X8B8G8R8I) in sampleTexel()
1890 switch(state.textureFormat) in sampleTexel()
1919 switch(state.textureFormat) in sampleTexel()
1927 if(state.textureFormat == FORMAT_R8I) in sampleTexel()
1984 if(state.textureFormat == FORMAT_R5G6B5) in sampleTexel()
2023 switch(state.textureFormat) in sampleTexel()
2202 bool isInteger = Surface::isNonNormalizedInteger(state.textureFormat); in sampleTexel()
2571 return Surface::isFloatFormat(state.textureFormat); in hasFloatTexture()
2576 return Surface::isNonNormalizedInteger(state.textureFormat); in hasUnnormalizedIntegerTexture()
2581 return Surface::isUnsignedComponent(state.textureFormat, component); in hasUnsignedTextureComponent()
2586 return Surface::componentCount(state.textureFormat); in textureComponentCount()
2596 switch(state.textureFormat) in has16bitTextureFormat()
2670 switch(state.textureFormat) in has8bitTextureComponents()
2744 switch(state.textureFormat) in has16bitTextureComponents()
2818 switch(state.textureFormat) in has32bitIntegerTextureComponents()
2892 switch(state.textureFormat) in hasYuvFormat()
2966 switch(state.textureFormat) in isRGBComponent()