/prebuilts/ndk/8/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/8/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/8/platforms/android-9/arch-mips/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/8/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/bluetooth/bluedroid/stack/gatt/ |
gatt_int.h | 390 UINT8 operation; /* one logic channel can have one operation active */ member in struct:__anon2610 391 UINT8 op_subtype; /* operation subtype */ 392 UINT8 status; /* operation status */
|
/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...] |
/external/libvorbis/doc/ |
03-codebook.tex | 18 \subsubsection{Bitwise operation} 195 An 'end of packet' during any read operation in the above steps is
|
/external/oprofile/events/i386/nehalem/ |
events | 27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB 60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
|