Searched refs:cb (Results 1 – 10 of 10) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | ColorBuffer.cpp | 55 ColorBuffer *cb = new ColorBuffer(); in create() local 58 s_gl.glGenTextures(1, &cb->m_tex); in create() 59 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex); in create() 79 s_gl.glGenTextures(1, &cb->m_blitTex); in create() 80 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex); in create() 91 cb->m_width = p_width; in create() 92 cb->m_height = p_height; in create() 93 cb->m_internalFormat = texInternalFormat; in create() 96 cb->m_eglImage = s_egl.eglCreateImageKHR( in create() 100 (EGLClientBuffer)SafePointerFromUInt(cb->m_tex), in create() [all …]
|
D | FrameBuffer.cpp | 496 ColorBufferPtr cb( ColorBuffer::create(p_width, p_height, p_internalFormat) ); in createColorBuffer() local 497 if (cb.Ptr() != NULL) { in createColorBuffer() 499 m_colorbuffers[ret].cb = cb; in createColorBuffer() 614 (*w).second->setColorBuffer( (*c).second.cb ); in setWindowSurfaceColorBuffer() 631 (*c).second.cb->subUpdate(x, y, width, height, format, type, pixels); in updateColorBuffer() 646 return (*c).second.cb->bindToTexture(); in bindColorBufferToTexture() 659 return (*c).second.cb->bindToRenderbuffer(); in bindColorBufferToRenderbuffer() 843 ret = (*c).second.cb->post(); in post() 871 (*c).second.cb->readback(m_fbImage); in post()
|
D | FrameBuffer.h | 31 ColorBufferPtr cb; member
|
/sdk/find_java/src/source/ |
D | utils.cpp | 69 startup.cb = sizeof(startup); in execNoWait() 103 startup.cb = sizeof(startup); in execWait()
|
D | find_java_lib.cpp | 453 startup.cb = sizeof(startup); in getJavaVersion()
|
/sdk/avdlauncher/src/source/ |
D | avdlauncher.c | 81 startup.cb = sizeof(startup); in avd_launcher()
|
/sdk/sdklauncher/src/source/ |
D | sdklauncher.c | 81 startup.cb = sizeof(startup); in sdk_launcher()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | GLFunctionTraceViewer.java | 860 Clipboard cb = new Clipboard(Display.getDefault()); in copySelectionToClipboard() local 861 cb.setContents( in copySelectionToClipboard() 864 cb.dispose(); in copySelectionToClipboard()
|
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
D | wglext.h | 439 DWORD cb; member
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …cb(c.nodeName)))):(d=bH(c,"display"),!e[f]&&d!=="none"&&p._data(c,"olddisplay",d))}for(f=0;f<g;f++… function
|