HomeSort by relevance Sort by last modified time
    Searched defs:textureUnit (Results 1 - 4 of 4) sorted by null

  /external/deqp/scripts/opengl/
gen_call_log_wrapper.py 44 def textureUnit (name):
57 "glActiveTexture": LogSpec({0: textureUnit}),
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 87 const struct gl_texture_unit *textureUnit = &(ctx->Texture.Unit[unit]);
88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine;
157 GLfloat red = textureUnit->EnvColor[0];
158 GLfloat green = textureUnit->EnvColor[1];
159 GLfloat blue = textureUnit->EnvColor[2];
160 GLfloat alpha = textureUnit->EnvColor[3];
253 GLfloat alpha = textureUnit->EnvColor[3];
321 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
342 if (textureUnit->EnvMode == GL_COMBINE4_NV) {
466 if (textureUnit->EnvMode == GL_COMBINE4_NV)
    [all...]
  /frameworks/base/libs/hwui/
GlopBuilder.cpp 650 GLuint textureUnit = mOutGlop->fill.texture.texture ? 1 : 0;
665 &textureUnit, &mDescription, &(mOutGlop->fill.skiaShaderData));
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 135 deUint32 textureUnit;
164 , textureUnit (unit)

Completed in 90 milliseconds