Home
last modified time | relevance | path

Searched defs:dummy (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglConfig.cpp302 #define CHECK_PROP(dummy,prop_name,op) \ argument
304 #define CHECK_PROP_CAST(dummy,prop_name,op) \ argument
307 bool EglConfig::choosen(const EglConfig& dummy) { in choosen()
DEglDisplay.cpp87 EglConfig dummy(5, 6, 5, 0, // RGB_565 in addMissingConfigs() local
240 int EglDisplay::chooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size) { in chooseConfigs()
245 int EglDisplay::doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size) { in doChooseConfigs()
DEglImp.cpp451 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size, in eglChooseConfig() local
/sdk/emulator/opengl/host/libs/libOpenglRender/
Drender_api.cpp136 IOStream *dummy = NULL; in initOpenGLRenderer() local
230 IOStream *dummy = createRenderThread(8, IOSTREAM_CLIENT_EXIT_SERVER); in stopOpenGLRenderer() local
/sdk/emulator/qtools/
Dprofile_trace.cpp62 symbol_type dummy; in main() local
Dbbprof.cpp97 uint32_t dummy; in main() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectPage.java338 Label dummy = new Label(container, SWT.NONE); in createControl() local