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

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CanvasTextureViewActivity.java 33 private CanvasTextureViewActivity.RenderingThread mThread;
51 mThread = new RenderingThread(mTextureView);
71 private static class RenderingThread extends Thread {
75 public RenderingThread(TextureView surface) {
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 39 class RenderingThread {
41 RenderingThread(SocketStream *stream);
67 static __thread RenderingThread *m_tls;
RenderingThread.cpp 16 #include "RenderingThread.h"
27 __thread RenderingThread * RenderingThread::m_tls;
30 void RenderingThread::s_glTexParameteriv(GLenum target, GLenum param, const int *p)
39 void RenderingThread::s_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h)
46 void RenderingThread::s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h)
53 void RenderingThread::s_glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h)
60 void RenderingThread::s_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h)
67 void RenderingThread::s_glDrawTexfvOES(const GLfloat *coords)
74 void RenderingThread::s_glDrawTexsvOES(const GLshort *coords
    [all...]

Completed in 79 milliseconds