/external/brotli/java/org/brotli/wrapper/dec/ |
D | decoder_jni.cc | 24 DecoderHandle* getHandle(void* opaque) { in getHandle() function 111 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() 166 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() 194 DecoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy()
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | encoder_jni.cc | 24 EncoderHandle* getHandle(void* opaque) { in getHandle() function 115 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() 166 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() 187 EncoderHandle* handle = getHandle(reinterpret_cast<void*>(context[0])); in Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative() 306 TCU_CHECK(GetClientRect(m_window.getHandle(), &rect)); in readScreenPixels() 319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels() 325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2); in readScreenPixels() 357 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels() 369 ReleaseDC(m_window.getHandle(), windowDC); in readScreenPixels()
|
D | tcuWin32Window.hpp | 48 HWND getHandle (void) const { return m_window; } in getHandle() function in tcu::win32::Window
|
D | tcuWin32VulkanPlatform.cpp | 53 : vk::wsi::Win32WindowInterface (vk::pt::Win32WindowHandle(window->getHandle())) in VulkanWindow()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSRGBDecodeTests.cpp | 419 deUint32 getHandle (void) const; 479 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setParameters() 495 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setDecode() 530 deUint32 SRGBTestTexture::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anon50e136330111::SRGBTestTexture 565 gl.bindTexture(this->getGLTargetType(), this->getHandle()); in setColor() 592 deUint32 getHandle (void) const; 644 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen); in SRGBTestProgram() 645 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORMS, &activeUniforms); in SRGBTestProgram() 650 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]); in SRGBTestProgram() 651 location = gl.getUniformLocation(this->getHandle(), &uniformName[0]); in SRGBTestProgram() [all …]
|
D | es31fFboSRGBWriteControlTests.cpp | 476 deUint32 getHandle (void) const; 531 deUint32 TestTexture2D::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anone4ed7a720111::TestTexture2D 657 glw::GLuint getHandle (void) const; 744 deUint32 TestShaderProgram::getHandle (void) const in getHandle() function in deqp::gles31::Functional::__anone4ed7a720111::TestShaderProgram 751 m_gl->useProgram(this->getHandle()); in use() 1068 …ist[idx].fboTargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboCo… in createFBOwithColorAttachment() 1077 glw::GLuint location = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFunctionType"); in setShaderProgramSamplingType() 1096 glw::GLuint location = gl.getUniformLocation(m_shaderProgram->getHandle(), "uBlendFunctionType"); in setShaderBlendFunctionType() 1117 glw::GLuint locationSrc = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFactorSrc"); in setShaderBlendSrcDstValues() 1121 glw::GLuint locationDst = gl.getUniformLocation(m_shaderProgram->getHandle(), "uFactorDst"); in setShaderBlendSrcDstValues() [all …]
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 132 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() 137 overlapped.hEvent = ioEvent.getHandle(); in run() 227 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() 233 overlapped.hEvent = ioEvent.getHandle(); in run()
|
D | xsWin32TestProcess.hpp | 67 HANDLE getHandle (void) const { return m_handle; } in getHandle() function in xs::win32::Event
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ |
D | TagTuple.java | 30 public String getHandle() { in getHandle() method in TagTuple
|
D | TagToken.java | 34 return "value=[" + value.getHandle() + ", " + value.getSuffix() + "]"; in getArguments()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 197 EGLConfig Config::getHandle() const in getHandle() function in egl::Config 439 configs[index] = passed[index]->getHandle(); in getConfigs() 456 if(config->getHandle() == configHandle) in get()
|
D | Config.h | 37 EGLConfig getHandle() const;
|
/external/libcxx/test/support/ |
D | test_allocator.h | 431 BuffT* getHandle() const { return handle_.get(); } in getHandle() function 437 return LHS.getHandle() == RHS.getHandle();
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | CanonicalParser.java | 91 tag = token.getValue().getHandle() + token.getValue().getSuffix(); in parseNode()
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 1193 def getHandle (name): function 1207 if getHandle(objectType).type == Handle.TYPE_NONDISP: 1222 if getHandle(objectArg.type).type == Handle.TYPE_NONDISP:
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserImpl.java | 407 String handle = tagTokenTag.getHandle(); in parseNode()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 1220 callDetails.put("Handle", buildUri(details.getHandle())); in buildCallDetails()
|