HomeSort by relevance Sort by last modified time
    Searched refs:rt (Results 51 - 75 of 632) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/
tes31InfoTests.cpp 102 const tcu::RenderTarget& rt = m_context.getRenderTarget(); local
103 const tcu::PixelFormat& pf = rt.getPixelFormat();
110 << tcu::TestLog::Integer("DepthBits", "Depth bits", "", QP_KEY_TAG_NONE, rt.getDepthBits())
111 << tcu::TestLog::Integer("StencilBits", "Stencil bits", "", QP_KEY_TAG_NONE, rt.getStencilBits())
112 << tcu::TestLog::Integer("NumSamples", "Number of samples", "", QP_KEY_TAG_NONE, rt.getNumSamples())
113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
114 << tcu::TestLog::Integer("Height", "Height", "", QP_KEY_TAG_NONE, rt.getHeight());
  /external/chromium_org/gpu/config/
gpu_util.cc 25 std::string rt; local
28 if (!rt.empty())
29 rt += ",";
30 rt += base::IntToString(*it);
32 return rt;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 156 * Figure out if colormasks are different per rt.
172 * Figure out if blend enables/state are different per rt.
212 blend->rt[i].blend_enable = (ctx->Color.BlendEnabled >> i) & 0x1;
217 blend->rt[i].rgb_func =
223 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
224 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
227 blend->rt[i].rgb_src_factor =
229 blend->rt[i].rgb_dst_factor =
233 blend->rt[i].alpha_func =
239 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 156 * Figure out if colormasks are different per rt.
172 * Figure out if blend enables/state are different per rt.
212 blend->rt[i].blend_enable = (ctx->Color.BlendEnabled >> i) & 0x1;
217 blend->rt[i].rgb_func =
223 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
224 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
227 blend->rt[i].rgb_src_factor =
229 blend->rt[i].rgb_dst_factor =
233 blend->rt[i].alpha_func =
239 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.cpp 214 RenderRubyText* rt = rubyText(); local
215 if (!rt)
218 layoutScope.setChildNeedsLayout(rt);
219 rt->layoutIfNeeded();
220 return rt;
227 RenderRubyText* rt = rubyText(); local
228 if (!rt)
231 rt->setLogicalLeft(0);
234 LayoutUnit lastLineRubyTextBottom = rt->logicalHeight();
236 RootInlineBox* rootBox = rt->lastRootBox()
    [all...]
  /external/compiler-rt/
Android.mk 222 define get-libcompiler-rt-source-files
223 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
224 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
228 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files),
229 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
239 define filter-libcompiler-rt-common-source-files
246 define get-libcompiler-rt-arm-common-source-file
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 311 void Inflate(const FXT_RECT &rt)
313 Inflate(rt.left, rt.top, rt.left + rt.width, rt.top + rt.height);
333 void Deflate(const FXT_RECT &rt)
335 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
build.properties 25 bootclasspath=${java.home}/lib/rt.jar
  /external/proguard/examples/
proguard.pro 15 -libraryjars <java.home>/lib/rt.jar
retrace.pro 17 -libraryjars <java.home>/lib/rt.jar
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro 14 -libraryjars <java.home>/lib/rt.jar
retrace.pro 17 -libraryjars <java.home>/lib/rt.jar
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow_unittest.cc 170 std::string rt = "refresh_token"; local
174 CreateFlow(rt, at, scopes);
182 std::string rt = "refresh_token"; local
186 CreateFlow(rt, at, scopes);
200 std::string rt = "refresh_token"; local
204 CreateFlow(rt, at, scopes);
218 std::string rt = "refresh_token"; local
222 CreateFlow(rt, at, scopes);
234 std::string rt = "refresh_token"; local
238 CreateFlow(rt, std::string(), scopes)
250 std::string rt = "refresh_token"; local
266 std::string rt = "refresh_token"; local
280 std::string rt = "refresh_token"; local
    [all...]
  /external/llvm/projects/
Makefile 17 # Don't build compiler-rt, it isn't designed to be built directly.
18 DIRS := $(filter-out compiler-rt,$(DIRS))
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 42 RenderThread *rt = new RenderThread(); local
43 if (!rt) {
47 rt->m_stream = p_stream;
49 return rt;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /external/chromium_org/third_party/angle/tests/deqp_tests/
deqp_test_main.cpp 46 int rt = 0; local
59 rt |= RUN_ALL_TESTS();
62 return rt;
  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
gles_conformance_tests_main.cpp 59 int rt = 0; local
67 rt |= RUN_ALL_TESTS();
70 return rt;
  /external/compiler-rt/lib/asan/
Android.mk 103 -fsanitize-blacklist=external/compiler-rt/lib/asan/tests/asan_test.ignore \
121 LOCAL_C_INCLUDES := bionic external/compiler-rt/lib external/compiler-rt/include
137 external/compiler-rt/lib \
138 external/compiler-rt/include
170 external/compiler-rt/include \
171 external/compiler-rt/lib \
172 external/compiler-rt/lib/asan/tests \
173 external/compiler-rt/lib/sanitizer_common/tests
198 external/compiler-rt/lib
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
asm.h 60 #define MOVN(rd, rs, rt) .set push; .set reorder; beqz rt, 9f; move rd, rs; .set pop; 9:
61 #define MOVZ(rd, rs, rt) .set push; .set reorder; bnez rt, 9f; move rd, rs; .set pop; 9:
65 #define MOVN(rd, rs, rt) .set push; .set noreorder; bnezl rt, 9f; move rd, rs; .set pop; 9:
66 #define MOVZ(rd, rs, rt) .set push; .set noreorder; beqzl rt, 9f; move rd, rs; .set pop; 9:
70 #define MOVN(rd, rs, rt) movn rd, rs, rt
    [all...]

Completed in 604 milliseconds

1 23 4 5 6 7 8 91011>>