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

  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.hpp 316 void createTextures(void);
esextcTextureBorderClampSamplingTexture.cpp 232 createTextures();
257 void TextureBorderClampSamplingTexture<InputType, OutputType>::createTextures(void)
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 187 private void createTextures() {
188 Logging.d(TAG, " YuvImageRenderer.createTextures " + id + " on GL thread:" +
502 yuvImageRenderer.createTextures();
623 yuvImageRenderer.createTextures();
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessTexturesTests.cpp 142 gl.createTextures(texture_targets[j], textures_count, textures_dsa[j]);
153 << tcu::TestLog::Message << "CreateTextures has not created default objects for target "
    [all...]
gl4cKHRDebugTests.cpp 1088 gl->createTextures(GL_TEXTURE_2D, 1, &id);
1089 GLU_EXPECT_NO_ERROR(gl->getError(), "CreateTextures");
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 137 glCreateTexturesFunc createTextures;
    [all...]
glwInitExtGL.inl     [all...]
glwInitGL45.inl 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
    [all...]
glwInitGL46.inl 105 gl->createTextures = (glCreateTexturesFunc) loader->get("glCreateTextures");
    [all...]
glwImpl.inl     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 137 gl->createTextures = glCreateTextures;
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl     [all...]

Completed in 352 milliseconds