/external/angle/src/compiler/translator/ |
D | ValidateOutputs.cpp | 119 const size_t offsetLocation = location + elementIndex; in validate() local 120 if ((*validOutputsToUse)[offsetLocation]) in validate() 124 << (*validOutputsToUse)[offsetLocation]->getName() << "'"; in validate() 129 (*validOutputsToUse)[offsetLocation] = symbol; in validate()
|
D | ValidateVaryingLocations.cpp | 150 const int offsetLocation = location + elementIndex; in MarkVaryingLocations() local 151 auto conflict = locationMap->find(offsetLocation); in MarkVaryingLocations() 170 (*locationMap)[offsetLocation] = {varying, field}; in MarkVaryingLocations()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | StickyHeaderRecyclerView.java | 139 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
D | StickyHeaderListView.java | 108 ev.offsetLocation(-stickyRect.left, -stickyRect.top); in dispatchTouchEvent()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.h | 184 GLint offsetLocation = -1; member
|
D | BlitGL.cpp | 365 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0, 0.0)); in copySubImageToLUMAWorkaroundTexture() 545 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, texCoordOffset.x(), in blitColorBufferWithShader() 653 mFunctions->uniform2f(blitProgram->offsetLocation, offset.x(), offset.y())); in copySubTexture() 1078 ANGLE_GL_TRY(context, mFunctions->uniform2f(blitProgram->offsetLocation, 0.0f, 0.0f)); in generateSRGBMipmap() 1536 result.offsetLocation = in getBlitProgram()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local 730 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo() 731 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo() 732 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 824 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo() local 869 ctx.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderTo() 870 ctx.vertexAttribDivisor(offsetLocation, 1); in renderTo() 871 ctx.enableVertexAttribArray(offsetLocation); in renderTo()
|
D | es31fGeometryShaderTests.cpp | 5586 const int offsetLocation = gl.getAttribLocation(m_program->getProgram(), "a_offset"); in iterate() local 5590 if (offsetLocation == -1) in iterate() 5600 gl.vertexAttribPointer(offsetLocation, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in iterate() 5601 gl.enableVertexAttribArray(offsetLocation); in iterate() 5622 gl.vertexAttribDivisor(offsetLocation, 2); in iterate()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 629 public void offsetLocation(float xOffset, float yOffset) { in offsetLocation() method in NativeInput.MotionEvent
|
D | ShadowMotionEvent.java | 854 event.offsetLocation(deltaX, deltaY); in nativeOffsetLocation()
|
/external/libchrome/base/android/jni_generator/ |
D | testMotionEvent.javap | 275 const #265 = Asciz offsetLocation; 2097 public final void offsetLocation(float, float);
|
D | testMotionEvent.javap7 | 279 #265 = Utf8 offsetLocation 2184 public final void offsetLocation(float, float);
|
D | testConstantsFromJavaP.golden | 1851 "offsetLocation",
|