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

  /hardware/libhardware/tests/hwc/
test-arrows.c 75 GLuint texid; local
109 glGenTextures(1, &texid);
111 glBindTexture(GL_TEXTURE_2D, texid);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 77 protected GenericWaveRS(int width, int height, int texid) {
79 mTexId = texid;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.cpp 1169 GLuint texid = mState.samplerTexture[type][sampler].id(); local
1171 if (texid == 0) // Special case: 0 refers to different initial textures based on the target
    [all...]

Completed in 60 milliseconds