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

  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_opengles20.cc 125 int textureHandle = glGetAttribLocation(_program, "aTextureCoord");
127 if (textureHandle == -1) {
146 glVertexAttribPointer(textureHandle, 2, GL_FLOAT, false, 5
149 glEnableVertexAttribArray(textureHandle);
150 checkGlError("glEnableVertexAttribArray textureHandle");
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 190 GLuint textureHandle;
191 glGenTextures(1, &textureHandle);
193 glBindTexture(GL_TEXTURE_2D, textureHandle);

Completed in 56 milliseconds