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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 38 static renderControl_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
39 void renderControl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
40 #define GET_CONTEXT renderControl_client_context_t * ctx = getCurrentContext()
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 269 public static BridgeContext getCurrentContext() {
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 221 static gl2_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
222 void gl2_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
223 #define GET_CONTEXT gl2_client_context_t * ctx = getCurrentContext()
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 304 static gl_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
305 void gl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
306 #define GET_CONTEXT gl_client_context_t * ctx = getCurrentContext()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 435 milliseconds