HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 351 - 375 of 496) sorted by null

<<11121314151617181920

  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/GLES2/
gl2ext.h 723 GL_APICALL void GL_APIENTRY glCoverageOperationNV (GLenum operation);
726 typedef void (GL_APIENTRYP PFNGLCOVERAGEOPERATIONNVPROC) (GLenum operation);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 45 import org.eclipse.jface.operation.IRunnableContext;
46 import org.eclipse.jface.operation.IRunnableWithProgress;
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 208 * * The two operands are scalars. In this case the operation is
215 * In this case, the scalar operation is applied independently to each
234 * operation is done component-wise resulting in the same size
259 * number of columns. In this case, the operation is done component-
266 * right operand. Then, the multiply (*) operation does a linear
368 * \brief Return the result type of a bit-logic operation.
516 * \brief Return the result type of a bit-shift operation.
759 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1)
764 if (operation == ir_binop_all_equal)
774 return new(mem_ctx) ir_expression(operation, op0, op1)
    [all...]
ir_validate.cpp 209 switch (ir->operation) {
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 792 DragOperation operation = DragOperationNone; local
795 operation = DragOperationCopy;
797 operation = DragOperationLink;
799 operation = DragOperationMove;
806 dragEnded(localPoint, globalPoint, operation);
810 void WebPageProxy::dragEnded(const WebCore::IntPoint& clientPosition, const WebCore::IntPoint& globalPosition, uint64_t operation)
814 process()->send(Messages::WebPage::DragEnded(clientPosition, globalPosition, operation), m_pageID);
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 283 // The current drag operation.
562 // The location of the mouse didn't change, return the last operation.
583 // operation we calculated.
1473 int operation = local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 59 public enum Operation {
148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry.
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium/chrome/browser/extensions/
extension_host.cc 702 // drag & drop ended, othewise the renderer thinks the drag operation is
709 void ExtensionHost::UpdateDragCursor(WebDragOperation operation) {
  /external/e2fsprogs/intl/
plural.c 99 newp->operation = op;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 28 import org.eclipse.jface.operation.IRunnableWithProgress;
PerformancesView.java 34 import org.eclipse.jface.operation.IRunnableWithProgress;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 292 \item \verb|action| is requested operation. Currently, only three operations
380 contains an example of using operation \verb|IPV6_FL_A_RENEW|.
  /external/jpeg/
ltmain.sh 168 # Infer the operation mode.
196 # Just use the default operation mode.
199 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
201 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
    [all...]

Completed in 1378 milliseconds

<<11121314151617181920