HomeSort by relevance Sort by last modified time
    Searched refs:TEXTURE_WRAP_T (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 129 TEXTURE_WRAP_T("Texcoord t Wrap Mode"),
GLState.java 273 IGLProperty wrapT = new GLEnumProperty(GLStateType.TEXTURE_WRAP_T, GLEnum.GL_REPEAT);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 68 TEXTURE_WRAP_T = GL_CLAMP_TO_EDGE,
245 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, TEXTURE_WRAP_T);
283 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, TEXTURE_WRAP_T);
466 executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER, TEXTURE_MAG_FILTER));
478 executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER, TEXTURE_MAG_FILTER));
  /external/deqp/modules/gles31/functional/
es31fTextureMultisampleTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js 866 this._gl.texParameteri(this._gl.TEXTURE_2D, this._gl.TEXTURE_WRAP_T, this._gl.CLAMP_TO_EDGE);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 227 /* TEXTURE_WRAP_T */
323 const GLenum TEXTURE_WRAP_T = 0x2803;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]

Completed in 413 milliseconds