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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 597 gl_texture_index texTarget;
601 texTarget = (gl_texture_index) (ffs(enabledTargets) - 1);
602 texObj = _mesa_get_fallback_texture(ctx, texTarget);
611 texUnit->_ReallyEnabled = 1 << texTarget;
ff_fragment_shader.cpp 919 const GLuint texTarget = p->state->unit[unit].source_index;
947 switch (texTarget) {
    [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 597 gl_texture_index texTarget;
601 texTarget = (gl_texture_index) (ffs(enabledTargets) - 1);
602 texObj = _mesa_get_fallback_texture(ctx, texTarget);
611 texUnit->_ReallyEnabled = 1 << texTarget;
ff_fragment_shader.cpp 919 const GLuint texTarget = p->state->unit[unit].source_index;
947 switch (texTarget) {
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 188 void setTextureTarget(EGLint _texTarget) { texTarget = _texTarget; }
189 EGLint getTextureTarget() { return texTarget; }
198 EGLint texTarget;
214 texTarget = EGL_NO_TEXTURE;
652 EGLint texTarget = EGL_NO_TEXTURE;
665 texTarget = attrib_list[1];
672 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) ||
673 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) {
690 surface->setTextureTarget(texTarget);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 224 %type <integer> texImageUnit texTarget
417 SAMPLE_instruction: SAMPLE_OP maskedDstReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
476 TXD_instruction: TXD_OP maskedDstReg ',' swizzleSrcReg ',' swizzleSrcReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
526 texTarget: TEX_1D { $$ = TEXTURE_1D_INDEX; }
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 224 %type <integer> texImageUnit texTarget
417 SAMPLE_instruction: SAMPLE_OP maskedDstReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
476 TXD_instruction: TXD_OP maskedDstReg ',' swizzleSrcReg ',' swizzleSrcReg ',' swizzleSrcReg ',' texImageUnit ',' texTarget
526 texTarget: TEX_1D { $$ = TEXTURE_1D_INDEX; }
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 526 EGLint width,height,largest,texTarget,texFormat;
529 tmpPbSurfacePtr->getTexInfo(&texTarget,&texFormat);
531 if(!EglValidate::pbufferAttribs(width,height,texFormat == EGL_NO_TEXTURE,texTarget == EGL_NO_TEXTURE)) {
    [all...]
EglWindowsApi.cpp 475 EGLint width,height,largest,texTarget,texFormat;
477 pbSurface->getTexInfo(&texTarget,&texFormat);
480 int wglTexTarget = (texTarget == EGL_TEXTURE_2D)? WGL_TEXTURE_2D_ARB:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 285 milliseconds