Searched refs:UintTexArray (Results 1 – 2 of 2) sorted by relevance
71 using UintTexArray = uint16_t[kTexUnitCount]; member76 UintTexArray tex2DFormats = {GL_RGBA, GL_RGBA, GL_RGBA, GL_RGBA};78 UintTexArray texEnvModes = {};79 UintTexArray texCombineRgbs = {};80 UintTexArray texCombineAlphas = {};81 UintTexArray texCombineSrc0Rgbs = {};82 UintTexArray texCombineSrc0Alphas = {};83 UintTexArray texCombineSrc1Rgbs = {};84 UintTexArray texCombineSrc1Alphas = {};85 UintTexArray texCombineSrc2Rgbs = {};[all …]
94 GLES1ShaderState::UintTexArray &tex2DFormats = mShaderState.tex2DFormats; in prepareForDraw()162 GLES1ShaderState::UintTexArray &texEnvModes = mShaderState.texEnvModes; in prepareForDraw()163 GLES1ShaderState::UintTexArray &texCombineRgbs = mShaderState.texCombineRgbs; in prepareForDraw()164 GLES1ShaderState::UintTexArray &texCombineAlphas = mShaderState.texCombineAlphas; in prepareForDraw()165 GLES1ShaderState::UintTexArray &texCombineSrc0Rgbs = mShaderState.texCombineSrc0Rgbs; in prepareForDraw()166 GLES1ShaderState::UintTexArray &texCombineSrc0Alphas = mShaderState.texCombineSrc0Alphas; in prepareForDraw()167 GLES1ShaderState::UintTexArray &texCombineSrc1Rgbs = mShaderState.texCombineSrc1Rgbs; in prepareForDraw()168 GLES1ShaderState::UintTexArray &texCombineSrc1Alphas = mShaderState.texCombineSrc1Alphas; in prepareForDraw()169 GLES1ShaderState::UintTexArray &texCombineSrc2Rgbs = mShaderState.texCombineSrc2Rgbs; in prepareForDraw()170 GLES1ShaderState::UintTexArray &texCombineSrc2Alphas = mShaderState.texCombineSrc2Alphas; in prepareForDraw()[all …]